Html Css Color HEX #0C781D Forest Green

📋 copy color: '#0C781D'

red 12 ◦ green 120 ◦ blue 29

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

Shades of Forest Green #0C781D

Tints of Forest Green #0C781D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 74.53%

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

R = 7.45%
G = 74.53%
B = 18.01%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#0C781D (or 0x0C781D) is known color: Forest Green. HEX triplet: 0C, 78 and 1D. RGB value is (12,120,29). Sum of RGB (Red+Green+Blue) = 12+120+29=161 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.45% from 161); Green value is 120 (47.27% from 255 or 74.53% from 161); Blue value is 29 (11.72% from 255 or 18.01% from 161); Max value from RGB is 120 - color contains mainly: green. Hex color #0C781D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C781D is #F387E2. Grayscale: #4D4D4D. Windows color (decimal): -15960035 or 1931276. OLE color: 1931276.

HSL color Cylindrical-coordinate representation of color #0C781D: hue angle of 129.44º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C781D is Cyan = 0.90, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB 12 120 29 -
CMYK 0.90 0 0.76 0.53
HSL 129.44º 0.82% 0.26% -
HSV(B) 129.44º 0.9% 0.47% -
XYZ 7.09 13.6 3.41 -
YUV 77.33 100.72 81.4 -
System Red Green Blue C M Y K H S L
Decimal 12 120 29 0.90 0 0.76 0.53 129.44 0.82 0.26
Hex C 78 1D 5A 0 4C 35 81 52 1A
Octal 14 170 35 132 0 114 65 201 122 32
Binary 1100 1111000 11101 1011010 0 1001100 110101 10000001 1010010 11010

Color Harmonies of #0C781D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C781D

Black with #0C781D

Text Example


Text Example

White with #0C781D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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