#30B753

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

Shades of Chateau Green #30B753

Tints of Chateau Green #30B753

Color information

#30B753 (or 0x30B753) is unknown color: approx Chateau Green. HEX triplet: 30, B7 and 53. RGB value is (48,183,83). Sum of RGB (Red+Green+Blue) = 48+183+83=314 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.29% from 314); Green value is 183 (71.88% from 255 or 58.28% from 314); Blue value is 83 (32.81% from 255 or 26.43% from 314); Max value from RGB is 183 - color contains mainly: green. Hex color #30B753 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30B753 is #CF48AC. Grayscale: #838383. Windows color (decimal): -13584557 or 5486384. OLE color: 5486384.

HSL color Cylindrical-coordinate representation of color #30B753: hue angle of 135.56º 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 #30B753 is Cyan = 0.74, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB4818383-
CMYK0.7400.550.28
HSL135.56º58.44%45.29%-
HSV(B)135.56º73.77%71.76%-
XYZ19.7135.1213.92-
YUV131.23100.7768.63-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.29%
GREEN value IS 183 (71.88% from 255) = 58.28%
BLUE value IS 83 (32.81% from 255) = 26.43%
R=15.29%
G=58.28%
B=26.43%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal48183830.7400.550.28135.5658.4445.29
Hex30B7534A0371C883a2d
Octal60267123112067342107255
Binary110000101101111010011100101001101111110010001000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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