#309534

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

Shades of Forest Green #309534

Tints of Forest Green #309534

Color information

#309534 (or 0x309534) is unknown color: approx Forest Green. HEX triplet: 30, 95 and 34. RGB value is (48,149,52). Sum of RGB (Red+Green+Blue) = 48+149+52=249 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.28% from 249); Green value is 149 (58.59% from 255 or 59.84% from 249); Blue value is 52 (20.70% from 255 or 20.88% from 249); Max value from RGB is 149 - color contains mainly: green. Hex color #309534 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309534 is #CF6ACB. Grayscale: #6C6C6C. Windows color (decimal): -13593292 or 3446064. OLE color: 3446064.

HSL color Cylindrical-coordinate representation of color #309534: hue angle of 122.38º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #309534 is Cyan = 0.68, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.42.

Color convert

RGB4814952-
CMYK0.6800.650.42
HSL122.38º51.27%38.63%-
HSV(B)122.38º67.79%58.43%-
XYZ12.5922.376.9-
YUV107.7496.5485.39-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.28%
GREEN value IS 149 (58.59% from 255) = 59.84%
BLUE value IS 52 (20.70% from 255) = 20.88%
R=19.28%
G=59.84%
B=20.88%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal48149520.6800.650.42122.3851.2738.63
Hex309534440412A7a3327
Octal60225641040101521726347
Binary110000100101011101001000100010000011010101111010110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309534; }

 p { color: rgb(48,149,52); }

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

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

 a { background-color: rgb(48,149,52); }

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

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

 span { border-color: rgb(48,149,52); }

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