Html Css Color HEX #0C821A Forest Green

📋 copy color: '#0C821A'

red 12 ◦ green 130 ◦ blue 26

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

Shades of Forest Green #0C821A

Tints of Forest Green #0C821A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 77.38%

 BLUE value IS 26 (10.55% from 255) = 15.48%

R = 7.14%
G = 77.38%
B = 15.48%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.8

 K value IS 0.49

RGB Variations

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

Color information

#0C821A (or 0x0C821A) is known color: Forest Green. HEX triplet: 0C, 82 and 1A. RGB value is (12,130,26). Sum of RGB (Red+Green+Blue) = 12+130+26=168 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.14% from 168); Green value is 130 (51.17% from 255 or 77.38% from 168); Blue value is 26 (10.55% from 255 or 15.48% from 168); Max value from RGB is 130 - color contains mainly: green. Hex color #0C821A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C821A is #F37DE5. Grayscale: #535353. Windows color (decimal): -15957478 or 1737228. OLE color: 1737228.

HSL color Cylindrical-coordinate representation of color #0C821A: hue angle of 127.12º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C821A is Cyan = 0.91, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.49.

Color convert

RGB 12 130 26 -
CMYK 0.91 0 0.8 0.49
HSL 127.12º 0.83% 0.28% -
HSV(B) 127.12º 0.91% 0.51% -
XYZ 8.32 16.12 3.65 -
YUV 82.86 95.91 77.46 -
System Red Green Blue C M Y K H S L
Decimal 12 130 26 0.91 0 0.8 0.49 127.12 0.83 0.28
Hex C 82 1A 5B 0 50 31 7F 53 1C
Octal 14 202 32 133 0 120 61 177 123 34
Binary 1100 10000010 11010 1011011 0 1010000 110001 1111111 1010011 11100

Color Harmonies of #0C821A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C821A

Black with #0C821A

Text Example


Text Example

White with #0C821A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,130,26); }

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

background-color css

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

 a { background-color: rgb(12,130,26); }

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

border-color css

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

 span { border-color: rgb(12,130,26); }

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