#07851C

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

Shades of Forest Green #07851C

Tints of Forest Green #07851C

Color information

#07851C (or 0x07851C) is unknown color: approx Forest Green. HEX triplet: 07, 85 and 1C. RGB value is (7,133,28). Sum of RGB (Red+Green+Blue) = 7+133+28=168 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.17% from 168); Green value is 133 (52.34% from 255 or 79.17% from 168); Blue value is 28 (11.33% from 255 or 16.67% from 168); Max value from RGB is 133 - color contains mainly: green. Hex color #07851C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07851C is #F87AE3. Grayscale: #535353. Windows color (decimal): -16284388 or 1869063. OLE color: 1869063.

HSL color Cylindrical-coordinate representation of color #07851C: hue angle of 130º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07851C is Cyan = 0.95, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.48.

Color convert

RGB713328-
CMYK0.9500.790.48
HSL130º90%27.45%-
HSV(B)130º94.74%52.16%-
XYZ8.6816.93.9-
YUV83.3696.7673.54-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.17%
GREEN value IS 133 (52.34% from 255) = 79.17%
BLUE value IS 28 (11.33% from 255) = 16.67%
R=4.17%
G=79.17%
B=16.67%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal7133280.9500.790.481309027.45
Hex7851C5F04F30825a1b
Octal72053413701176020213233
Binary111100001011110010111110100111111000010000010101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07851C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07851C; }

 p { color: rgb(7,133,28); }

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

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

 a { background-color: rgb(7,133,28); }

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

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

 span { border-color: rgb(7,133,28); }

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