#30AD5C

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

Shades of Chateau Green #30AD5C

Tints of Chateau Green #30AD5C

Color information

#30AD5C (or 0x30AD5C) is unknown color: approx Chateau Green. HEX triplet: 30, AD and 5C. RGB value is (48,173,92). Sum of RGB (Red+Green+Blue) = 48+173+92=313 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.34% from 313); Green value is 173 (67.97% from 255 or 55.27% from 313); Blue value is 92 (36.33% from 255 or 29.39% from 313); Max value from RGB is 173 - color contains mainly: green. Hex color #30AD5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30AD5C is #CF52A3. Grayscale: #7E7E7E. Windows color (decimal): -13587108 or 6073648. OLE color: 6073648.

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

Color convert

RGB4817392-
CMYK0.7200.470.32
HSL141.12º56.56%43.33%-
HSV(B)141.12º72.25%67.84%-
XYZ18.0931.2915.21-
YUV126.39108.5972.09-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.34%
GREEN value IS 173 (67.97% from 255) = 55.27%
BLUE value IS 92 (36.33% from 255) = 29.39%
R=15.34%
G=55.27%
B=29.39%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal48173920.7200.470.32141.1256.5643.33
Hex30AD5C4802F208d392b
Octal60255134110057402157153
Binary1100001010110110111001001000010111110000010001101111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30AD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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