Html Css Color HEX #0C4B1E Deep Fir

📋 copy color: '#0C4B1E'

red 12 ◦ green 75 ◦ blue 30

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

Shades of Deep Fir #0C4B1E

Tints of Deep Fir #0C4B1E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 64.1%

 BLUE value IS 30 (12.11% from 255) = 25.64%

R = 10.26%
G = 64.1%
B = 25.64%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.60

 K value IS 0.71

RGB Variations

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

Color information

#0C4B1E (or 0x0C4B1E) is known color: Deep Fir. HEX triplet: 0C, 4B and 1E. RGB value is (12,75,30). Sum of RGB (Red+Green+Blue) = 12+75+30=117 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.26% from 117); Green value is 75 (29.69% from 255 or 64.10% from 117); Blue value is 30 (12.11% from 255 or 25.64% from 117); Max value from RGB is 75 - color contains mainly: green. Hex color #0C4B1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4B1E is #F3B4E1. Grayscale: #333333. Windows color (decimal): -15971554 or 1985292. OLE color: 1985292.

HSL color Cylindrical-coordinate representation of color #0C4B1E: hue angle of 137.14º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C4B1E is Cyan = 0.84, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.71.

Color convert

RGB 12 75 30 -
CMYK 0.84 0 0.60 0.71
HSL 137.14º 0.72% 0.17% -
HSV(B) 137.14º 0.84% 0.29% -
XYZ 2.9 5.2 2.08 -
YUV 51.03 116.13 100.16 -
System Red Green Blue C M Y K H S L
Decimal 12 75 30 0.84 0 0.60 0.71 137.14 0.72 0.17
Hex C 4B 1E 54 0 3C 47 89 48 11
Octal 14 113 36 124 0 74 107 211 110 21
Binary 1100 1001011 11110 1010100 0 111100 1000111 10001001 1001000 10001

Color Harmonies of #0C4B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4B1E

Black with #0C4B1E

Text Example


Text Example

White with #0C4B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,75,30); }

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

background-color css

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

 a { background-color: rgb(12,75,30); }

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

border-color css

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

 span { border-color: rgb(12,75,30); }

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