Html Css Color HEX #0D301A Deep Fir

📋 copy color: '#0D301A'

red 13 ◦ green 48 ◦ blue 26

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

Shades of Deep Fir #0D301A

Tints of Deep Fir #0D301A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 55.17%

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

R = 14.94%
G = 55.17%
B = 29.89%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.46

 K value IS 0.81

RGB Variations

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

Color information

#0D301A (or 0x0D301A) is known color: Deep Fir. HEX triplet: 0D, 30 and 1A. RGB value is (13,48,26). Sum of RGB (Red+Green+Blue) = 13+48+26=87 (11% of max value = 765). Red value is 13 (5.47% from 255 or 14.94% from 87); Green value is 48 (19.14% from 255 or 55.17% from 87); Blue value is 26 (10.55% from 255 or 29.89% from 87); Max value from RGB is 48 - color contains mainly: green. Hex color #0D301A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D301A is #F2CFE5. Grayscale: #232323. Windows color (decimal): -15912934 or 1716237. OLE color: 1716237.

HSL color Cylindrical-coordinate representation of color #0D301A: hue angle of 142.29º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0D301A is Cyan = 0.73, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.81.

Color convert

RGB 13 48 26 -
CMYK 0.73 0 0.46 0.81
HSL 142.29º 0.57% 0.12% -
HSV(B) 142.29º 0.73% 0.19% -
XYZ 1.41 2.27 1.34 -
YUV 35.03 122.9 112.29 -
System Red Green Blue C M Y K H S L
Decimal 13 48 26 0.73 0 0.46 0.81 142.29 0.57 0.12
Hex D 30 1A 49 0 2E 51 8E 39 C
Octal 15 60 32 111 0 56 121 216 71 14
Binary 1101 110000 11010 1001001 0 101110 1010001 10001110 111001 1100

Color Harmonies of #0D301A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D301A

Black with #0D301A

Text Example


Text Example

White with #0D301A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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