#30983E

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

Shades of Chateau Green #30983E

Tints of Chateau Green #30983E

Color information

#30983E (or 0x30983E) is unknown color: approx Chateau Green. HEX triplet: 30, 98 and 3E. RGB value is (48,152,62). Sum of RGB (Red+Green+Blue) = 48+152+62=262 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.32% from 262); Green value is 152 (59.77% from 255 or 58.02% from 262); Blue value is 62 (24.61% from 255 or 23.66% from 262); Max value from RGB is 152 - color contains mainly: green. Hex color #30983E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30983E is #CF67C1. Grayscale: #6E6E6E. Windows color (decimal): -13592514 or 4102192. OLE color: 4102192.

HSL color Cylindrical-coordinate representation of color #30983E: hue angle of 128.08º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #30983E is Cyan = 0.68, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.40.

Color convert

RGB4815262-
CMYK0.6800.590.40
HSL128.08º52%39.22%-
HSV(B)128.08º68.42%59.61%-
XYZ13.3223.438.38-
YUV110.64100.5483.32-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.32%
GREEN value IS 152 (59.77% from 255) = 58.02%
BLUE value IS 62 (24.61% from 255) = 23.66%
R=18.32%
G=58.02%
B=23.66%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal48152620.6800.590.40128.085239.22
Hex30983E4403B28803427
Octal6023076104073502006447
Binary110000100110001111101000100011101110100010000000110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30983E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30983E; }

 p { color: rgb(48,152,62); }

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

<style>
 a { background-color: #30983E; }

 a { background-color: rgb(48,152,62); }

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

<style>
 span { border-color: #30983E; }

 span { border-color: rgb(48,152,62); }

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