Html Css Color HEX #0A431D Deep Fir

📋 copy color: '#0A431D'

red 10 ◦ green 67 ◦ blue 29

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

Shades of Deep Fir #0A431D

Tints of Deep Fir #0A431D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 27.36%

R = 9.43%
G = 63.21%
B = 27.36%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.57

 K value IS 0.74

RGB Variations

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

Color information

#0A431D (or 0x0A431D) is known color: Deep Fir. HEX triplet: 0A, 43 and 1D. RGB value is (10,67,29). Sum of RGB (Red+Green+Blue) = 10+67+29=106 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.43% from 106); Green value is 67 (26.56% from 255 or 63.21% from 106); Blue value is 29 (11.72% from 255 or 27.36% from 106); Max value from RGB is 67 - color contains mainly: green. Hex color #0A431D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A431D is #F5BCE2. Grayscale: #2D2D2D. Windows color (decimal): -16104675 or 1917706. OLE color: 1917706.

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

Color convert

RGB 10 67 29 -
CMYK 0.85 0 0.57 0.74
HSL 140º 0.74% 0.15% -
HSV(B) 140º 0.85% 0.26% -
XYZ 2.35 4.17 1.84 -
YUV 45.63 118.62 102.59 -
System Red Green Blue C M Y K H S L
Decimal 10 67 29 0.85 0 0.57 0.74 140 0.74 0.15
Hex A 43 1D 55 0 39 4A 8C 4A F
Octal 12 103 35 125 0 71 112 214 112 17
Binary 1010 1000011 11101 1010101 0 111001 1001010 10001100 1001010 1111

Color Harmonies of #0A431D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A431D

Black with #0A431D

Text Example


Text Example

White with #0A431D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,67,29); }

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

background-color css

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

 a { background-color: rgb(10,67,29); }

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

border-color css

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

 span { border-color: rgb(10,67,29); }

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