Html Css Color HEX #0C872A Forest Green

📋 copy color: '#0C872A'

red 12 ◦ green 135 ◦ blue 42

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

Shades of Forest Green #0C872A

Tints of Forest Green #0C872A

RGB

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

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

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

R = 6.35%
G = 71.43%
B = 22.22%

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

#0C872A (or 0x0C872A) is known color: Forest Green. HEX triplet: 0C, 87 and 2A. RGB value is (12,135,42). Sum of RGB (Red+Green+Blue) = 12+135+42=189 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.35% from 189); Green value is 135 (53.12% from 255 or 71.43% from 189); Blue value is 42 (16.80% from 255 or 22.22% from 189); Max value from RGB is 135 - color contains mainly: green. Hex color #0C872A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C872A is #F378D5. Grayscale: #575757. Windows color (decimal): -15956182 or 2787084. OLE color: 2787084.

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

Color convert

RGB 12 135 42 -
CMYK 0.91 0 0.69 0.47
HSL 134.63º 0.84% 0.29% -
HSV(B) 134.63º 0.91% 0.53% -
XYZ 9.23 17.57 5.1 -
YUV 87.62 102.25 74.06 -
System Red Green Blue C M Y K H S L
Decimal 12 135 42 0.91 0 0.69 0.47 134.63 0.84 0.29
Hex C 87 2A 5B 0 45 2F 87 54 1D
Octal 14 207 52 133 0 105 57 207 124 35
Binary 1100 10000111 101010 1011011 0 1000101 101111 10000111 1010100 11101

Color Harmonies of #0C872A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C872A

Black with #0C872A

Text Example


Text Example

White with #0C872A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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