Html Css Color HEX #0C791D Forest Green

📋 copy color: '#0C791D'

red 12 ◦ green 121 ◦ blue 29

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

Shades of Forest Green #0C791D

Tints of Forest Green #0C791D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 74.69%

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

R = 7.41%
G = 74.69%
B = 17.9%

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

#0C791D (or 0x0C791D) is known color: Forest Green. HEX triplet: 0C, 79 and 1D. RGB value is (12,121,29). Sum of RGB (Red+Green+Blue) = 12+121+29=162 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.41% from 162); Green value is 121 (47.66% from 255 or 74.69% from 162); Blue value is 29 (11.72% from 255 or 17.90% from 162); Max value from RGB is 121 - color contains mainly: green. Hex color #0C791D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C791D is #F386E2. Grayscale: #4E4E4E. Windows color (decimal): -15959779 or 1931532. OLE color: 1931532.

HSL color Cylindrical-coordinate representation of color #0C791D: hue angle of 129.36º 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 #0C791D is Cyan = 0.90, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB 12 121 29 -
CMYK 0.90 0 0.76 0.53
HSL 129.36º 0.82% 0.26% -
HSV(B) 129.36º 0.9% 0.47% -
XYZ 7.21 13.84 3.45 -
YUV 77.92 100.39 80.98 -
System Red Green Blue C M Y K H S L
Decimal 12 121 29 0.90 0 0.76 0.53 129.36 0.82 0.26
Hex C 79 1D 5A 0 4C 35 81 52 1A
Octal 14 171 35 132 0 114 65 201 122 32
Binary 1100 1111001 11101 1011010 0 1001100 110101 10000001 1010010 11010

Color Harmonies of #0C791D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C791D

Black with #0C791D

Text Example


Text Example

White with #0C791D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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