#30AD56

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

Shades of Chateau Green #30AD56

Tints of Chateau Green #30AD56

Color information

#30AD56 (or 0x30AD56) is unknown color: approx Chateau Green. HEX triplet: 30, AD and 56. RGB value is (48,173,86). Sum of RGB (Red+Green+Blue) = 48+173+86=307 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.64% from 307); Green value is 173 (67.97% from 255 or 56.35% from 307); Blue value is 86 (33.98% from 255 or 28.01% from 307); Max value from RGB is 173 - color contains mainly: green. Hex color #30AD56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30AD56 is #CF52A9. Grayscale: #7D7D7D. Windows color (decimal): -13587114 or 5680432. OLE color: 5680432.

HSL color Cylindrical-coordinate representation of color #30AD56: hue angle of 138.24º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #30AD56 is Cyan = 0.72, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.32.

Color convert

RGB4817386-
CMYK0.7200.500.32
HSL138.24º56.56%43.33%-
HSV(B)138.24º72.25%67.84%-
XYZ17.8431.1913.88-
YUV125.71105.5972.57-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.64%
GREEN value IS 173 (67.97% from 255) = 56.35%
BLUE value IS 86 (33.98% from 255) = 28.01%
R=15.64%
G=56.35%
B=28.01%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal48173860.7200.500.32138.2456.5643.33
Hex30AD5648032208a392b
Octal60255126110062402127153
Binary1100001010110110101101001000011001010000010001010111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30AD56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,173,86); }

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

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

 a { background-color: rgb(48,173,86); }

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

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

 span { border-color: rgb(48,173,86); }

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