#30B348

Color #30B348 Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #30B348

Tints of Chateau Green #30B348

Color information

#30B348 (or 0x30B348) is unknown color: approx Chateau Green. HEX triplet: 30, B3 and 48. RGB value is (48,179,72). Sum of RGB (Red+Green+Blue) = 48+179+72=299 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.05% from 299); Green value is 179 (70.31% from 255 or 59.87% from 299); Blue value is 72 (28.52% from 255 or 24.08% from 299); Max value from RGB is 179 - color contains mainly: green. Hex color #30B348 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30B348 is #CF4CB7. Grayscale: #7F7F7F. Windows color (decimal): -13585592 or 4764464. OLE color: 4764464.

HSL color Cylindrical-coordinate representation of color #30B348: hue angle of 130.99º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30B348 is Cyan = 0.73, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB4817972-
CMYK0.7300.600.30
HSL130.99º57.71%44.51%-
HSV(B)130.99º73.18%70.2%-
XYZ18.5133.3411.59-
YUV127.6396.671.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 48 (19.14% from 255) = 16.05%
GREEN value IS 179 (70.31% from 255) = 59.87%
BLUE value IS 72 (28.52% from 255) = 24.08%
R=16.05%
G=59.87%
B=24.08%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal48179720.7300.600.30130.9957.7144.51
Hex30B3484903C1E833a2d
Octal60263110111074362037255
Binary110000101100111001000100100101111001111010000011111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30B348; }

 p { color: rgb(48,179,72); }

 H1.HeaderClassName
 {
   color: #30B348;
 }
 .AnyTagClassName
 {
   color: #30B348;
 }
</style>
background-color css

<style>
 a { background-color: #30B348; }

 a { background-color: rgb(48,179,72); }

 div.DivClassName
 {
   background-color: #30B348;
 }
 .BgClassName
 {
   background-color: #30B348;
 }
</style>
border-color css

<style>
 span { border-color: #30B348; }

 span { border-color: rgb(48,179,72); }

 td.TdClassName
 {
   border-color: #30B348;
 }
 .TagClassName
 {
   border-color: #30B348;
 }
</style>