#30B74C

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

Shades of Chateau Green #30B74C

Tints of Chateau Green #30B74C

Color information

#30B74C (or 0x30B74C) is unknown color: approx Chateau Green. HEX triplet: 30, B7 and 4C. RGB value is (48,183,76). Sum of RGB (Red+Green+Blue) = 48+183+76=307 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.64% from 307); Green value is 183 (71.88% from 255 or 59.61% from 307); Blue value is 76 (30.08% from 255 or 24.76% from 307); Max value from RGB is 183 - color contains mainly: green. Hex color #30B74C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30B74C is #CF48B3. Grayscale: #828282. Windows color (decimal): -13584564 or 5027632. OLE color: 5027632.

HSL color Cylindrical-coordinate representation of color #30B74C: hue angle of 132.44º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30B74C is Cyan = 0.74, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB4818376-
CMYK0.7400.580.28
HSL132.44º58.44%45.29%-
HSV(B)132.44º73.77%71.76%-
XYZ19.4635.0212.57-
YUV130.4497.2769.2-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.64%
GREEN value IS 183 (71.88% from 255) = 59.61%
BLUE value IS 76 (30.08% from 255) = 24.76%
R=15.64%
G=59.61%
B=24.76%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal48183760.7400.580.28132.4458.4445.29
Hex30B74C4A03A1C843a2d
Octal60267114112072342047255
Binary110000101101111001100100101001110101110010000100111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B74C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,183,76); }

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

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

 a { background-color: rgb(48,183,76); }

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

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

 span { border-color: rgb(48,183,76); }

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