#30AD5A

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

Shades of Chateau Green #30AD5A

Tints of Chateau Green #30AD5A

Color information

#30AD5A (or 0x30AD5A) is unknown color: approx Chateau Green. HEX triplet: 30, AD and 5A. RGB value is (48,173,90). Sum of RGB (Red+Green+Blue) = 48+173+90=311 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.43% from 311); Green value is 173 (67.97% from 255 or 55.63% from 311); Blue value is 90 (35.55% from 255 or 28.94% from 311); Max value from RGB is 173 - color contains mainly: green. Hex color #30AD5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30AD5A is #CF52A5. Grayscale: #7E7E7E. Windows color (decimal): -13587110 or 5942576. OLE color: 5942576.

HSL color Cylindrical-coordinate representation of color #30AD5A: hue angle of 140.16º 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 #30AD5A is Cyan = 0.72, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.32.

Color convert

RGB4817390-
CMYK0.7200.480.32
HSL140.16º56.56%43.33%-
HSV(B)140.16º72.25%67.84%-
XYZ18.0131.2514.76-
YUV126.16107.5972.25-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.43%
GREEN value IS 173 (67.97% from 255) = 55.63%
BLUE value IS 90 (35.55% from 255) = 28.94%
R=15.43%
G=55.63%
B=28.94%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal48173900.7200.480.32140.1656.5643.33
Hex30AD5A48030208c392b
Octal60255132110060402147153
Binary1100001010110110110101001000011000010000010001100111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30AD5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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