#30AD48

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

Shades of Chateau Green #30AD48

Tints of Chateau Green #30AD48

Color information

#30AD48 (or 0x30AD48) is unknown color: approx Chateau Green. HEX triplet: 30, AD and 48. RGB value is (48,173,72). Sum of RGB (Red+Green+Blue) = 48+173+72=293 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.38% from 293); Green value is 173 (67.97% from 255 or 59.04% from 293); Blue value is 72 (28.52% from 255 or 24.57% from 293); Max value from RGB is 173 - color contains mainly: green. Hex color #30AD48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30AD48 is #CF52B7. Grayscale: #7C7C7C. Windows color (decimal): -13587128 or 4762928. OLE color: 4762928.

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

Color convert

RGB4817372-
CMYK0.7200.580.32
HSL131.52º56.56%43.33%-
HSV(B)131.52º72.25%67.84%-
XYZ17.3330.9811.2-
YUV124.1198.5973.71-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.38%
GREEN value IS 173 (67.97% from 255) = 59.04%
BLUE value IS 72 (28.52% from 255) = 24.57%
R=16.38%
G=59.04%
B=24.57%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal48173720.7200.580.32131.5256.5643.33
Hex30AD484803A2084392b
Octal60255110110072402047153
Binary1100001010110110010001001000011101010000010000100111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30AD48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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