Html Css Color HEX #023B0D Deep Fir

📋 copy color: '#023B0D'

red 2 ◦ green 59 ◦ blue 13

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

Shades of Deep Fir #023B0D

Tints of Deep Fir #023B0D

RGB

 RED value IS 2 (1.17% from 255) = 2.7%

 GREEN value IS 59 (23.44% from 255) = 79.73%

 BLUE value IS 13 (5.47% from 255) = 17.57%

R = 2.7%
G = 79.73%
B = 17.57%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.78

 K value IS 0.77

RGB Variations

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

Color information

#023B0D (or 0x023B0D) is known color: Deep Fir. HEX triplet: 02, 3B and 0D. RGB value is (2,59,13). Sum of RGB (Red+Green+Blue) = 2+59+13=74 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.70% from 74); Green value is 59 (23.44% from 255 or 79.73% from 74); Blue value is 13 (5.47% from 255 or 17.57% from 74); Max value from RGB is 59 - color contains mainly: green. Hex color #023B0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023B0D is #FDC4F2. Grayscale: #242424. Windows color (decimal): -16631027 or 867074. OLE color: 867074.

HSL color Cylindrical-coordinate representation of color #023B0D: hue angle of 131.58º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023B0D is Cyan = 0.97, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.77.

Color convert

RGB 2 59 13 -
CMYK 0.97 0 0.78 0.77
HSL 131.58º 0.93% 0.12% -
HSV(B) 131.58º 0.97% 0.23% -
XYZ 1.66 3.17 0.91 -
YUV 36.71 114.62 103.24 -
System Red Green Blue C M Y K H S L
Decimal 2 59 13 0.97 0 0.78 0.77 131.58 0.93 0.12
Hex 2 3B D 61 0 4E 4D 84 5D C
Octal 2 73 15 141 0 116 115 204 135 14
Binary 10 111011 1101 1100001 0 1001110 1001101 10000100 1011101 1100

Color Harmonies of #023B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023B0D

Black with #023B0D

Text Example


Text Example

White with #023B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023B0D; }

 p { color: rgb(2,59,13); }

 H1.HeaderClassName
 {
   color: #023B0D;
 }
 .AnyTagClassName
 {
   color: #023B0D;
 }
</style>

background-color css

<style>
 a { background-color: #023B0D; }

 a { background-color: rgb(2,59,13); }

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

border-color css

<style>
 span { border-color: #023B0D; }

 span { border-color: rgb(2,59,13); }

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