Html Css Color HEX #0C872E Forest Green

📋 copy color: '#0C872E'

red 12 ◦ green 135 ◦ blue 46

#0C872E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #0C872E

Tints of Forest Green #0C872E

RGB

 RED value IS 12 (5.08% from 255) = 6.22%

 GREEN value IS 135 (53.13% from 255) = 69.95%

 BLUE value IS 46 (18.36% from 255) = 23.83%

R = 6.22%
G = 69.95%
B = 23.83%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.66

 K value IS 0.47

RGB Variations

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

Color information

#0C872E (or 0x0C872E) is known color: Forest Green. HEX triplet: 0C, 87 and 2E. RGB value is (12,135,46). Sum of RGB (Red+Green+Blue) = 12+135+46=193 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.22% from 193); Green value is 135 (53.12% from 255 or 69.95% from 193); Blue value is 46 (18.36% from 255 or 23.83% from 193); Max value from RGB is 135 - color contains mainly: green. Hex color #0C872E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C872E is #F378D1. Grayscale: #585858. Windows color (decimal): -15956178 or 3049228. OLE color: 3049228.

HSL color Cylindrical-coordinate representation of color #0C872E: hue angle of 136.59º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C872E is Cyan = 0.91, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB 12 135 46 -
CMYK 0.91 0 0.66 0.47
HSL 136.59º 0.84% 0.29% -
HSV(B) 136.59º 0.91% 0.53% -
XYZ 9.31 17.6 5.49 -
YUV 88.08 104.25 73.74 -
System Red Green Blue C M Y K H S L
Decimal 12 135 46 0.91 0 0.66 0.47 136.59 0.84 0.29
Hex C 87 2E 5B 0 42 2F 89 54 1D
Octal 14 207 56 133 0 102 57 211 124 35
Binary 1100 10000111 101110 1011011 0 1000010 101111 10001001 1010100 11101

Color Harmonies of #0C872E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C872E

Black with #0C872E

Text Example


Text Example

White with #0C872E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C872E; }

 p { color: rgb(12,135,46); }

 H1.HeaderClassName
 {
   color: #0C872E;
 }
 .AnyTagClassName
 {
   color: #0C872E;
 }
</style>

background-color css

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

 a { background-color: rgb(12,135,46); }

 div.DivClassName
 {
   background-color: #0C872E;
 }
 .BgClassName
 {
   background-color: #0C872E;
 }
</style>

border-color css

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

 span { border-color: rgb(12,135,46); }

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