Html Css Color HEX #0C411E Deep Fir

📋 copy color: '#0C411E'

red 12 ◦ green 65 ◦ blue 30

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

Shades of Deep Fir #0C411E

Tints of Deep Fir #0C411E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 60.75%

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

R = 11.21%
G = 60.75%
B = 28.04%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.54

 K value IS 0.75

RGB Variations

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

Color information

#0C411E (or 0x0C411E) is known color: Deep Fir. HEX triplet: 0C, 41 and 1E. RGB value is (12,65,30). Sum of RGB (Red+Green+Blue) = 12+65+30=107 (14% of max value = 765). Red value is 12 (5.08% from 255 or 11.21% from 107); Green value is 65 (25.78% from 255 or 60.75% from 107); Blue value is 30 (12.11% from 255 or 28.04% from 107); Max value from RGB is 65 - color contains mainly: green. Hex color #0C411E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C411E is #F3BEE1. Grayscale: #2D2D2D. Windows color (decimal): -15974114 or 1982732. OLE color: 1982732.

HSL color Cylindrical-coordinate representation of color #0C411E: hue angle of 140.38º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0C411E is Cyan = 0.82, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.75.

Color convert

RGB 12 65 30 -
CMYK 0.82 0 0.54 0.75
HSL 140.38º 0.69% 0.15% -
HSV(B) 140.38º 0.82% 0.25% -
XYZ 2.28 3.95 1.87 -
YUV 45.16 119.44 104.35 -
System Red Green Blue C M Y K H S L
Decimal 12 65 30 0.82 0 0.54 0.75 140.38 0.69 0.15
Hex C 41 1E 52 0 36 4B 8C 45 F
Octal 14 101 36 122 0 66 113 214 105 17
Binary 1100 1000001 11110 1010010 0 110110 1001011 10001100 1000101 1111

Color Harmonies of #0C411E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C411E

Black with #0C411E

Text Example


Text Example

White with #0C411E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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