Html Css Color HEX #0C431C Deep Fir

📋 copy color: '#0C431C'

red 12 ◦ green 67 ◦ blue 28

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

Shades of Deep Fir #0C431C

Tints of Deep Fir #0C431C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 62.62%

 BLUE value IS 28 (11.33% from 255) = 26.17%

R = 11.21%
G = 62.62%
B = 26.17%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.58

 K value IS 0.74

RGB Variations

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

Color information

#0C431C (or 0x0C431C) is known color: Deep Fir. HEX triplet: 0C, 43 and 1C. RGB value is (12,67,28). Sum of RGB (Red+Green+Blue) = 12+67+28=107 (14% of max value = 765). Red value is 12 (5.08% from 255 or 11.21% from 107); Green value is 67 (26.56% from 255 or 62.62% from 107); Blue value is 28 (11.33% from 255 or 26.17% from 107); Max value from RGB is 67 - color contains mainly: green. Hex color #0C431C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C431C is #F3BCE3. Grayscale: #2E2E2E. Windows color (decimal): -15973604 or 1852172. OLE color: 1852172.

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

Color convert

RGB 12 67 28 -
CMYK 0.82 0 0.58 0.74
HSL 137.45º 0.7% 0.15% -
HSV(B) 137.45º 0.82% 0.26% -
XYZ 2.37 4.18 1.78 -
YUV 46.11 117.78 103.67 -
System Red Green Blue C M Y K H S L
Decimal 12 67 28 0.82 0 0.58 0.74 137.45 0.7 0.15
Hex C 43 1C 52 0 3A 4A 89 46 F
Octal 14 103 34 122 0 72 112 211 106 17
Binary 1100 1000011 11100 1010010 0 111010 1001010 10001001 1000110 1111

Color Harmonies of #0C431C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C431C

Black with #0C431C

Text Example


Text Example

White with #0C431C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,67,28); }

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

background-color css

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

 a { background-color: rgb(12,67,28); }

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

border-color css

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

 span { border-color: rgb(12,67,28); }

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