#309B1C

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

Shades of Forest Green #309B1C

Tints of Forest Green #309B1C

Color information

#309B1C (or 0x309B1C) is unknown color: approx Forest Green. HEX triplet: 30, 9B and 1C. RGB value is (48,155,28). Sum of RGB (Red+Green+Blue) = 48+155+28=231 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.78% from 231); Green value is 155 (60.94% from 255 or 67.10% from 231); Blue value is 28 (11.33% from 255 or 12.12% from 231); Max value from RGB is 155 - color contains mainly: green. Hex color #309B1C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309B1C is #CF64E3. Grayscale: #6C6C6C. Windows color (decimal): -13591780 or 1874736. OLE color: 1874736.

HSL color Cylindrical-coordinate representation of color #309B1C: hue angle of 110.55º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #309B1C is Cyan = 0.69, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.39.

Color convert

RGB4815528-
CMYK0.6900.820.39
HSL110.55º69.4%35.88%-
HSV(B)110.55º81.94%60.78%-
XYZ13.1524.155.07-
YUV108.5382.5584.83-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.78%
GREEN value IS 155 (60.94% from 255) = 67.10%
BLUE value IS 28 (11.33% from 255) = 12.12%
R=20.78%
G=67.10%
B=12.12%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal48155280.6900.820.39110.5569.435.88
Hex309B1C45052276f4524
Octal602333410501224715710544
Binary110000100110111110010001010101001010011111011111000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309B1C; }

 p { color: rgb(48,155,28); }

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

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

 a { background-color: rgb(48,155,28); }

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

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

 span { border-color: rgb(48,155,28); }

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