Html Css Color HEX #0C7F1A Forest Green

📋 copy color: '#0C7F1A'

red 12 ◦ green 127 ◦ blue 26

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

Shades of Forest Green #0C7F1A

Tints of Forest Green #0C7F1A

RGB

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

 GREEN value IS 127 (50% from 255) = 76.97%

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

R = 7.27%
G = 76.97%
B = 15.76%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.80

 K value IS 0.50

RGB Variations

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

Color information

#0C7F1A (or 0x0C7F1A) is known color: Forest Green. HEX triplet: 0C, 7F and 1A. RGB value is (12,127,26). Sum of RGB (Red+Green+Blue) = 12+127+26=165 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.27% from 165); Green value is 127 (50% from 255 or 76.97% from 165); Blue value is 26 (10.55% from 255 or 15.76% from 165); Max value from RGB is 127 - color contains mainly: green. Hex color #0C7F1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C7F1A is #F380E5. Grayscale: #515151. Windows color (decimal): -15958246 or 1736460. OLE color: 1736460.

HSL color Cylindrical-coordinate representation of color #0C7F1A: hue angle of 127.3º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C7F1A is Cyan = 0.91, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB 12 127 26 -
CMYK 0.91 0 0.80 0.50
HSL 127.3º 0.83% 0.27% -
HSV(B) 127.3º 0.91% 0.5% -
XYZ 7.93 15.33 3.52 -
YUV 81.1 96.9 78.71 -
System Red Green Blue C M Y K H S L
Decimal 12 127 26 0.91 0 0.80 0.50 127.3 0.83 0.27
Hex C 7F 1A 5B 0 50 32 7F 53 1B
Octal 14 177 32 133 0 120 62 177 123 33
Binary 1100 1111111 11010 1011011 0 1010000 110010 1111111 1010011 11011

Color Harmonies of #0C7F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7F1A

Black with #0C7F1A

Text Example


Text Example

White with #0C7F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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