#30AF55

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

Shades of Chateau Green #30AF55

Tints of Chateau Green #30AF55

Color information

#30AF55 (or 0x30AF55) is unknown color: approx Chateau Green. HEX triplet: 30, AF and 55. RGB value is (48,175,85). Sum of RGB (Red+Green+Blue) = 48+175+85=308 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.58% from 308); Green value is 175 (68.75% from 255 or 56.82% from 308); Blue value is 85 (33.59% from 255 or 27.60% from 308); Max value from RGB is 175 - color contains mainly: green. Hex color #30AF55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30AF55 is #CF50AA. Grayscale: #7F7F7F. Windows color (decimal): -13586603 or 5615408. OLE color: 5615408.

HSL color Cylindrical-coordinate representation of color #30AF55: hue angle of 137.48º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30AF55 is Cyan = 0.73, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB4817585-
CMYK0.7300.510.31
HSL137.48º56.95%43.73%-
HSV(B)137.48º72.57%68.63%-
XYZ18.1931.9413.8-
YUV126.77104.4271.82-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.58%
GREEN value IS 175 (68.75% from 255) = 56.82%
BLUE value IS 85 (33.59% from 255) = 27.60%
R=15.58%
G=56.82%
B=27.60%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal48175850.7300.510.31137.4856.9543.73
Hex30AF55490331F89392c
Octal60257125111063372117154
Binary110000101011111010101100100101100111111110001001111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30AF55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,175,85); }

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

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

 a { background-color: rgb(48,175,85); }

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

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

 span { border-color: rgb(48,175,85); }

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