Html Css Color HEX #0D421E Deep Fir

📋 copy color: '#0D421E'

red 13 ◦ green 66 ◦ blue 30

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

Shades of Deep Fir #0D421E

Tints of Deep Fir #0D421E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 27.52%

R = 11.93%
G = 60.55%
B = 27.52%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.55

 K value IS 0.74

RGB Variations

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

Color information

#0D421E (or 0x0D421E) is known color: Deep Fir. HEX triplet: 0D, 42 and 1E. RGB value is (13,66,30). Sum of RGB (Red+Green+Blue) = 13+66+30=109 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.93% from 109); Green value is 66 (26.17% from 255 or 60.55% from 109); Blue value is 30 (12.11% from 255 or 27.52% from 109); Max value from RGB is 66 - color contains mainly: green. Hex color #0D421E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D421E is #F2BDE1. Grayscale: #2E2E2E. Windows color (decimal): -15908322 or 1982989. OLE color: 1982989.

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

Color convert

RGB 13 66 30 -
CMYK 0.80 0 0.55 0.74
HSL 139.25º 0.67% 0.15% -
HSV(B) 139.25º 0.8% 0.26% -
XYZ 2.35 4.08 1.89 -
YUV 46.05 118.94 104.43 -
System Red Green Blue C M Y K H S L
Decimal 13 66 30 0.80 0 0.55 0.74 139.25 0.67 0.15
Hex D 42 1E 50 0 37 4A 8B 43 F
Octal 15 102 36 120 0 67 112 213 103 17
Binary 1101 1000010 11110 1010000 0 110111 1001010 10001011 1000011 1111

Color Harmonies of #0D421E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D421E

Black with #0D421E

Text Example


Text Example

White with #0D421E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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