Html Css Color HEX #0C421E Deep Fir

📋 copy color: '#0C421E'

red 12 ◦ green 66 ◦ blue 30

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

Shades of Deep Fir #0C421E

Tints of Deep Fir #0C421E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 61.11%

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

R = 11.11%
G = 61.11%
B = 27.78%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.55

 K value IS 0.74

RGB Variations

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

Color information

#0C421E (or 0x0C421E) is known color: Deep Fir. HEX triplet: 0C, 42 and 1E. RGB value is (12,66,30). Sum of RGB (Red+Green+Blue) = 12+66+30=108 (14% of max value = 765). Red value is 12 (5.08% from 255 or 11.11% from 108); Green value is 66 (26.17% from 255 or 61.11% from 108); Blue value is 30 (12.11% from 255 or 27.78% from 108); Max value from RGB is 66 - color contains mainly: green. Hex color #0C421E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C421E is #F3BDE1. Grayscale: #2D2D2D. Windows color (decimal): -15973858 or 1982988. OLE color: 1982988.

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

Color convert

RGB 12 66 30 -
CMYK 0.82 0 0.55 0.74
HSL 140º 0.69% 0.15% -
HSV(B) 140º 0.82% 0.26% -
XYZ 2.33 4.07 1.89 -
YUV 45.75 119.11 103.93 -
System Red Green Blue C M Y K H S L
Decimal 12 66 30 0.82 0 0.55 0.74 140 0.69 0.15
Hex C 42 1E 52 0 37 4A 8C 45 F
Octal 14 102 36 122 0 67 112 214 105 17
Binary 1100 1000010 11110 1010010 0 110111 1001010 10001100 1000101 1111

Color Harmonies of #0C421E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C421E

Black with #0C421E

Text Example


Text Example

White with #0C421E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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