#30B653

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

Shades of Chateau Green #30B653

Tints of Chateau Green #30B653

Color information

#30B653 (or 0x30B653) is unknown color: approx Chateau Green. HEX triplet: 30, B6 and 53. RGB value is (48,182,83). Sum of RGB (Red+Green+Blue) = 48+182+83=313 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.34% from 313); Green value is 182 (71.48% from 255 or 58.15% from 313); Blue value is 83 (32.81% from 255 or 26.52% from 313); Max value from RGB is 182 - color contains mainly: green. Hex color #30B653 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30B653 is #CF49AC. Grayscale: #828282. Windows color (decimal): -13584813 or 5486128. OLE color: 5486128.

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

Color convert

RGB4818283-
CMYK0.7400.540.29
HSL135.67º58.26%45.1%-
HSV(B)135.67º73.63%71.37%-
XYZ19.5134.7113.85-
YUV130.65101.1169.05-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.34%
GREEN value IS 182 (71.48% from 255) = 58.15%
BLUE value IS 83 (32.81% from 255) = 26.52%
R=15.34%
G=58.15%
B=26.52%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal48182830.7400.540.29135.6758.2645.1
Hex30B6534A0361D883a2d
Octal60266123112066352107255
Binary110000101101101010011100101001101101110110001000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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