Html Css Color HEX #0C862A Forest Green

📋 copy color: '#0C862A'

red 12 ◦ green 134 ◦ blue 42

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

Shades of Forest Green #0C862A

Tints of Forest Green #0C862A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 71.28%

 BLUE value IS 42 (16.8% from 255) = 22.34%

R = 6.38%
G = 71.28%
B = 22.34%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#0C862A (or 0x0C862A) is known color: Forest Green. HEX triplet: 0C, 86 and 2A. RGB value is (12,134,42). Sum of RGB (Red+Green+Blue) = 12+134+42=188 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.38% from 188); Green value is 134 (52.73% from 255 or 71.28% from 188); Blue value is 42 (16.80% from 255 or 22.34% from 188); Max value from RGB is 134 - color contains mainly: green. Hex color #0C862A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C862A is #F379D5. Grayscale: #575757. Windows color (decimal): -15956438 or 2786828. OLE color: 2786828.

HSL color Cylindrical-coordinate representation of color #0C862A: hue angle of 134.75º 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 #0C862A is Cyan = 0.91, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB 12 134 42 -
CMYK 0.91 0 0.69 0.47
HSL 134.75º 0.84% 0.29% -
HSV(B) 134.75º 0.91% 0.53% -
XYZ 9.09 17.3 5.05 -
YUV 87.03 102.58 74.48 -
System Red Green Blue C M Y K H S L
Decimal 12 134 42 0.91 0 0.69 0.47 134.75 0.84 0.29
Hex C 86 2A 5B 0 45 2F 87 54 1D
Octal 14 206 52 133 0 105 57 207 124 35
Binary 1100 10000110 101010 1011011 0 1000101 101111 10000111 1010100 11101

Color Harmonies of #0C862A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C862A

Black with #0C862A

Text Example


Text Example

White with #0C862A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,134,42); }

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

background-color css

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

 a { background-color: rgb(12,134,42); }

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

border-color css

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

 span { border-color: rgb(12,134,42); }

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