#30963E

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

Shades of Chateau Green #30963E

Tints of Chateau Green #30963E

Color information

#30963E (or 0x30963E) is unknown color: approx Chateau Green. HEX triplet: 30, 96 and 3E. RGB value is (48,150,62). Sum of RGB (Red+Green+Blue) = 48+150+62=260 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.46% from 260); Green value is 150 (58.98% from 255 or 57.69% from 260); Blue value is 62 (24.61% from 255 or 23.85% from 260); Max value from RGB is 150 - color contains mainly: green. Hex color #30963E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30963E is #CF69C1. Grayscale: #6D6D6D. Windows color (decimal): -13593026 or 4101680. OLE color: 4101680.

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

Color convert

RGB4815062-
CMYK0.6800.590.41
HSL128.24º51.52%38.82%-
HSV(B)128.24º68%58.82%-
XYZ12.9922.798.27-
YUV109.47101.2184.16-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.46%
GREEN value IS 150 (58.98% from 255) = 57.69%
BLUE value IS 62 (24.61% from 255) = 23.85%
R=18.46%
G=57.69%
B=23.85%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal48150620.6800.590.41128.2451.5238.82
Hex30963E4403B29803427
Octal6022676104073512006447
Binary110000100101101111101000100011101110100110000000110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30963E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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