Html Css Color HEX #0A3E1C Deep Fir

📋 copy color: '#0A3E1C'

red 10 ◦ green 62 ◦ blue 28

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

Shades of Deep Fir #0A3E1C

Tints of Deep Fir #0A3E1C

RGB

 RED value IS 10 (4.3% from 255) = 10%

 GREEN value IS 62 (24.61% from 255) = 62%

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

R = 10%
G = 62%
B = 28%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.55

 K value IS 0.76

RGB Variations

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

Color information

#0A3E1C (or 0x0A3E1C) is known color: Deep Fir. HEX triplet: 0A, 3E and 1C. RGB value is (10,62,28). Sum of RGB (Red+Green+Blue) = 10+62+28=100 (13% of max value = 765). Red value is 10 (4.30% from 255 or 10% from 100); Green value is 62 (24.61% from 255 or 62% from 100); Blue value is 28 (11.33% from 255 or 28% from 100); Max value from RGB is 62 - color contains mainly: green. Hex color #0A3E1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3E1C is #F5C1E3. Grayscale: #2A2A2A. Windows color (decimal): -16105956 or 1850890. OLE color: 1850890.

HSL color Cylindrical-coordinate representation of color #0A3E1C: hue angle of 140.77º degrees, saturation: 0.72, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0A3E1C is Cyan = 0.84, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.76.

Color convert

RGB 10 62 28 -
CMYK 0.84 0 0.55 0.76
HSL 140.77º 0.72% 0.14% -
HSV(B) 140.77º 0.84% 0.24% -
XYZ 2.06 3.59 1.68 -
YUV 42.58 119.77 104.76 -
System Red Green Blue C M Y K H S L
Decimal 10 62 28 0.84 0 0.55 0.76 140.77 0.72 0.14
Hex A 3E 1C 54 0 37 4C 8D 48 E
Octal 12 76 34 124 0 67 114 215 110 16
Binary 1010 111110 11100 1010100 0 110111 1001100 10001101 1001000 1110

Color Harmonies of #0A3E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3E1C

Black with #0A3E1C

Text Example


Text Example

White with #0A3E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,62,28); }

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

background-color css

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

 a { background-color: rgb(10,62,28); }

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

border-color css

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

 span { border-color: rgb(10,62,28); }

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