Html Css Color HEX #0C421A Deep Fir

📋 copy color: '#0C421A'

red 12 ◦ green 66 ◦ blue 26

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

Shades of Deep Fir #0C421A

Tints of Deep Fir #0C421A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 25%

R = 11.54%
G = 63.46%
B = 25%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.61

 K value IS 0.74

RGB Variations

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

Color information

#0C421A (or 0x0C421A) is known color: Deep Fir. HEX triplet: 0C, 42 and 1A. RGB value is (12,66,26). Sum of RGB (Red+Green+Blue) = 12+66+26=104 (13% of max value = 765). Red value is 12 (5.08% from 255 or 11.54% from 104); Green value is 66 (26.17% from 255 or 63.46% from 104); Blue value is 26 (10.55% from 255 or 25% from 104); Max value from RGB is 66 - color contains mainly: green. Hex color #0C421A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C421A is #F3BDE5. Grayscale: #2D2D2D. Windows color (decimal): -15973862 or 1720844. OLE color: 1720844.

HSL color Cylindrical-coordinate representation of color #0C421A: hue angle of 135.56º 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 #0C421A is Cyan = 0.82, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.74.

Color convert

RGB 12 66 26 -
CMYK 0.82 0 0.61 0.74
HSL 135.56º 0.69% 0.15% -
HSV(B) 135.56º 0.82% 0.26% -
XYZ 2.29 4.05 1.64 -
YUV 45.29 117.11 104.25 -
System Red Green Blue C M Y K H S L
Decimal 12 66 26 0.82 0 0.61 0.74 135.56 0.69 0.15
Hex C 42 1A 52 0 3D 4A 88 45 F
Octal 14 102 32 122 0 75 112 210 105 17
Binary 1100 1000010 11010 1010010 0 111101 1001010 10001000 1000101 1111

Color Harmonies of #0C421A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C421A

Black with #0C421A

Text Example


Text Example

White with #0C421A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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