Html Css Color HEX #0C891D Forest Green

📋 copy color: '#0C891D'

red 12 ◦ green 137 ◦ blue 29

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

Shades of Forest Green #0C891D

Tints of Forest Green #0C891D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 76.97%

 BLUE value IS 29 (11.72% from 255) = 16.29%

R = 6.74%
G = 76.97%
B = 16.29%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.79

 K value IS 0.46

RGB Variations

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

Color information

#0C891D (or 0x0C891D) is known color: Forest Green. HEX triplet: 0C, 89 and 1D. RGB value is (12,137,29). Sum of RGB (Red+Green+Blue) = 12+137+29=178 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.74% from 178); Green value is 137 (53.91% from 255 or 76.97% from 178); Blue value is 29 (11.72% from 255 or 16.29% from 178); Max value from RGB is 137 - color contains mainly: green. Hex color #0C891D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C891D is #F376E2. Grayscale: #575757. Windows color (decimal): -15955683 or 1935628. OLE color: 1935628.

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

Color convert

RGB 12 137 29 -
CMYK 0.91 0 0.79 0.46
HSL 128.16º 0.84% 0.29% -
HSV(B) 128.16º 0.91% 0.54% -
XYZ 9.32 18.06 4.16 -
YUV 87.31 95.09 74.28 -
System Red Green Blue C M Y K H S L
Decimal 12 137 29 0.91 0 0.79 0.46 128.16 0.84 0.29
Hex C 89 1D 5B 0 4F 2E 80 54 1D
Octal 14 211 35 133 0 117 56 200 124 35
Binary 1100 10001001 11101 1011011 0 1001111 101110 10000000 1010100 11101

Color Harmonies of #0C891D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C891D

Black with #0C891D

Text Example


Text Example

White with #0C891D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,137,29); }

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

background-color css

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

 a { background-color: rgb(12,137,29); }

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

border-color css

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

 span { border-color: rgb(12,137,29); }

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