Html Css Color HEX #023F0D Deep Fir

📋 copy color: '#023F0D'

red 2 ◦ green 63 ◦ blue 13

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

Shades of Deep Fir #023F0D

Tints of Deep Fir #023F0D

RGB

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

 GREEN value IS 63 (25% from 255) = 80.77%

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

R = 2.56%
G = 80.77%
B = 16.67%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.79

 K value IS 0.75

RGB Variations

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

Color information

#023F0D (or 0x023F0D) is known color: Deep Fir. HEX triplet: 02, 3F and 0D. RGB value is (2,63,13). Sum of RGB (Red+Green+Blue) = 2+63+13=78 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.56% from 78); Green value is 63 (25% from 255 or 80.77% from 78); Blue value is 13 (5.47% from 255 or 16.67% from 78); Max value from RGB is 63 - color contains mainly: green. Hex color #023F0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023F0D is #FDC0F2. Grayscale: #272727. Windows color (decimal): -16630003 or 868098. OLE color: 868098.

HSL color Cylindrical-coordinate representation of color #023F0D: hue angle of 130.82º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023F0D is Cyan = 0.97, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.75.

Color convert

RGB 2 63 13 -
CMYK 0.97 0 0.79 0.75
HSL 130.82º 0.94% 0.13% -
HSV(B) 130.82º 0.97% 0.25% -
XYZ 1.88 3.6 0.98 -
YUV 39.06 113.29 101.57 -
System Red Green Blue C M Y K H S L
Decimal 2 63 13 0.97 0 0.79 0.75 130.82 0.94 0.13
Hex 2 3F D 61 0 4F 4B 83 5E D
Octal 2 77 15 141 0 117 113 203 136 15
Binary 10 111111 1101 1100001 0 1001111 1001011 10000011 1011110 1101

Color Harmonies of #023F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023F0D

Black with #023F0D

Text Example


Text Example

White with #023F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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