Html Css Color HEX #023A0D Deep Fir

📋 copy color: '#023A0D'

red 2 ◦ green 58 ◦ blue 13

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

Shades of Deep Fir #023A0D

Tints of Deep Fir #023A0D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 79.45%

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

R = 2.74%
G = 79.45%
B = 17.81%

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

#023A0D (or 0x023A0D) is known color: Deep Fir. HEX triplet: 02, 3A and 0D. RGB value is (2,58,13). Sum of RGB (Red+Green+Blue) = 2+58+13=73 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.74% from 73); Green value is 58 (23.05% from 255 or 79.45% from 73); Blue value is 13 (5.47% from 255 or 17.81% from 73); Max value from RGB is 58 - color contains mainly: green. Hex color #023A0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023A0D is #FDC5F2. Grayscale: #242424. Windows color (decimal): -16631283 or 866818. OLE color: 866818.

HSL color Cylindrical-coordinate representation of color #023A0D: hue angle of 131.79º 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 #023A0D is Cyan = 0.97, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.77.

Color convert

RGB 2 58 13 -
CMYK 0.97 0 0.78 0.77
HSL 131.79º 0.93% 0.12% -
HSV(B) 131.79º 0.97% 0.23% -
XYZ 1.61 3.07 0.89 -
YUV 36.13 114.95 103.66 -
System Red Green Blue C M Y K H S L
Decimal 2 58 13 0.97 0 0.78 0.77 131.79 0.93 0.12
Hex 2 3A D 61 0 4E 4D 84 5D C
Octal 2 72 15 141 0 116 115 204 135 14
Binary 10 111010 1101 1100001 0 1001110 1001101 10000100 1011101 1100

Color Harmonies of #023A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023A0D

Black with #023A0D

Text Example


Text Example

White with #023A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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