#30ac46

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

Shades of Chateau Green #30AC46

Tints of Chateau Green #30AC46

Color information

#30AC46 (or 0x30AC46) is unknown color: approx Chateau Green. HEX triplet: 30, AC and 46. RGB value is (48,172,70). Sum of RGB (Red+Green+Blue) = 48+172+70=290 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.55% from 290); Green value is 172 (67.58% from 255 or 59.31% from 290); Blue value is 70 (27.73% from 255 or 24.14% from 290); Max value from RGB is 172 - color contains mainly: green. Hex color #30AC46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30AC46 is #CF53B9. Grayscale: #7B7B7B. Windows color (decimal): -13587386 or 4631600. OLE color: 4631600.

HSL color Cylindrical-coordinate representation of color #30AC46: hue angle of 130.65º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #30AC46 is Cyan = 0.72, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB4817270-
CMYK0.7200.590.33
HSL130.65º56.36%43.14%-
HSV(B)130.65º72.09%67.45%-
XYZ17.0830.5810.8-
YUV123.397.9274.29-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.55%
GREEN value IS 172 (67.58% from 255) = 59.31%
BLUE value IS 70 (27.73% from 255) = 24.14%
R=16.55%
G=59.31%
B=24.14%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal48172700.7200.590.33130.6556.3643.14
Hex30AC464803B2183382b
Octal60254106110073412037053
Binary1100001010110010001101001000011101110000110000011111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30ac46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,172,70); }

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

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

 a { background-color: rgb(48,172,70); }

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

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

 span { border-color: rgb(48,172,70); }

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