Html Css Color HEX #0D421A Deep Fir

📋 copy color: '#0D421A'

red 13 ◦ green 66 ◦ blue 26

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

Shades of Deep Fir #0D421A

Tints of Deep Fir #0D421A

RGB

 RED value IS 13 (5.47% from 255) = 12.38%

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

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

R = 12.38%
G = 62.86%
B = 24.76%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.61

 K value IS 0.74

RGB Variations

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

Color information

#0D421A (or 0x0D421A) is known color: Deep Fir. HEX triplet: 0D, 42 and 1A. RGB value is (13,66,26). Sum of RGB (Red+Green+Blue) = 13+66+26=105 (13% of max value = 765). Red value is 13 (5.47% from 255 or 12.38% from 105); Green value is 66 (26.17% from 255 or 62.86% from 105); Blue value is 26 (10.55% from 255 or 24.76% from 105); Max value from RGB is 66 - color contains mainly: green. Hex color #0D421A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D421A is #F2BDE5. Grayscale: #2D2D2D. Windows color (decimal): -15908326 or 1720845. OLE color: 1720845.

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

Color convert

RGB 13 66 26 -
CMYK 0.80 0 0.61 0.74
HSL 134.72º 0.67% 0.15% -
HSV(B) 134.72º 0.8% 0.26% -
XYZ 2.3 4.06 1.64 -
YUV 45.59 116.94 104.75 -
System Red Green Blue C M Y K H S L
Decimal 13 66 26 0.80 0 0.61 0.74 134.72 0.67 0.15
Hex D 42 1A 50 0 3D 4A 87 43 F
Octal 15 102 32 120 0 75 112 207 103 17
Binary 1101 1000010 11010 1010000 0 111101 1001010 10000111 1000011 1111

Color Harmonies of #0D421A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D421A

Black with #0D421A

Text Example


Text Example

White with #0D421A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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