#30963F

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

Shades of Chateau Green #30963F

Tints of Chateau Green #30963F

Color information

#30963F (or 0x30963F) is unknown color: approx Chateau Green. HEX triplet: 30, 96 and 3F. RGB value is (48,150,63). Sum of RGB (Red+Green+Blue) = 48+150+63=261 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.39% from 261); Green value is 150 (58.98% from 255 or 57.47% from 261); Blue value is 63 (25% from 255 or 24.14% from 261); Max value from RGB is 150 - color contains mainly: green. Hex color #30963F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30963F is #CF69C0. Grayscale: #6D6D6D. Windows color (decimal): -13593025 or 4167216. OLE color: 4167216.

HSL color Cylindrical-coordinate representation of color #30963F: hue angle of 128.82º 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 #30963F is Cyan = 0.68, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.41.

Color convert

RGB4815063-
CMYK0.6800.580.41
HSL128.82º51.52%38.82%-
HSV(B)128.82º68%58.82%-
XYZ13.0222.88.42-
YUV109.58101.7184.07-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.39%
GREEN value IS 150 (58.98% from 255) = 57.47%
BLUE value IS 63 (25% from 255) = 24.14%
R=18.39%
G=57.47%
B=24.14%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal48150630.6800.580.41128.8251.5238.82
Hex30963F4403A29813427
Octal6022677104072512016447
Binary110000100101101111111000100011101010100110000001110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30963F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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