Html Css Color HEX #0C882E Forest Green

📋 copy color: '#0C882E'

red 12 ◦ green 136 ◦ blue 46

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

Shades of Forest Green #0C882E

Tints of Forest Green #0C882E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 70.1%

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

R = 6.19%
G = 70.1%
B = 23.71%

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

#0C882E (or 0x0C882E) is known color: Forest Green. HEX triplet: 0C, 88 and 2E. RGB value is (12,136,46). Sum of RGB (Red+Green+Blue) = 12+136+46=194 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.19% from 194); Green value is 136 (53.52% from 255 or 70.10% from 194); Blue value is 46 (18.36% from 255 or 23.71% from 194); Max value from RGB is 136 - color contains mainly: green. Hex color #0C882E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C882E is #F377D1. Grayscale: #585858. Windows color (decimal): -15955922 or 3049484. OLE color: 3049484.

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

Color convert

RGB 12 136 46 -
CMYK 0.91 0 0.66 0.47
HSL 136.45º 0.84% 0.29% -
HSV(B) 136.45º 0.91% 0.53% -
XYZ 9.45 17.88 5.54 -
YUV 88.66 103.92 73.32 -
System Red Green Blue C M Y K H S L
Decimal 12 136 46 0.91 0 0.66 0.47 136.45 0.84 0.29
Hex C 88 2E 5B 0 42 2F 88 54 1D
Octal 14 210 56 133 0 102 57 210 124 35
Binary 1100 10001000 101110 1011011 0 1000010 101111 10001000 1010100 11101

Color Harmonies of #0C882E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C882E

Black with #0C882E

Text Example


Text Example

White with #0C882E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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