Html Css Color HEX #0C741C Forest Green

📋 copy color: '#0C741C'

red 12 ◦ green 116 ◦ blue 28

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

Shades of Forest Green #0C741C

Tints of Forest Green #0C741C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 74.36%

 BLUE value IS 28 (11.33% from 255) = 17.95%

R = 7.69%
G = 74.36%
B = 17.95%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#0C741C (or 0x0C741C) is known color: Forest Green. HEX triplet: 0C, 74 and 1C. RGB value is (12,116,28). Sum of RGB (Red+Green+Blue) = 12+116+28=156 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.69% from 156); Green value is 116 (45.70% from 255 or 74.36% from 156); Blue value is 28 (11.33% from 255 or 17.95% from 156); Max value from RGB is 116 - color contains mainly: green. Hex color #0C741C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C741C is #F38BE3. Grayscale: #4B4B4B. Windows color (decimal): -15961060 or 1864716. OLE color: 1864716.

HSL color Cylindrical-coordinate representation of color #0C741C: hue angle of 129.23º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C741C is Cyan = 0.90, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB 12 116 28 -
CMYK 0.90 0 0.76 0.55
HSL 129.23º 0.81% 0.25% -
HSV(B) 129.23º 0.9% 0.45% -
XYZ 6.61 12.65 3.19 -
YUV 74.87 101.54 83.16 -
System Red Green Blue C M Y K H S L
Decimal 12 116 28 0.90 0 0.76 0.55 129.23 0.81 0.25
Hex C 74 1C 5A 0 4C 37 81 51 19
Octal 14 164 34 132 0 114 67 201 121 31
Binary 1100 1110100 11100 1011010 0 1001100 110111 10000001 1010001 11001

Color Harmonies of #0C741C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C741C

Black with #0C741C

Text Example


Text Example

White with #0C741C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,116,28); }

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

background-color css

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

 a { background-color: rgb(12,116,28); }

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

border-color css

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

 span { border-color: rgb(12,116,28); }

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