Html Css Color HEX #023310 Deep Fir

📋 copy color: '#023310'

red 2 ◦ green 51 ◦ blue 16

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

Shades of Deep Fir #023310

Tints of Deep Fir #023310

RGB

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

 GREEN value IS 51 (20.31% from 255) = 73.91%

 BLUE value IS 16 (6.64% from 255) = 23.19%

R = 2.9%
G = 73.91%
B = 23.19%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.69

 K value IS 0.8

RGB Variations

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

Color information

#023310 (or 0x023310) is known color: Deep Fir. HEX triplet: 02, 33 and 10. RGB value is (2,51,16). Sum of RGB (Red+Green+Blue) = 2+51+16=69 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.90% from 69); Green value is 51 (20.31% from 255 or 73.91% from 69); Blue value is 16 (6.64% from 255 or 23.19% from 69); Max value from RGB is 51 - color contains mainly: green. Hex color #023310 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023310 is #FDCCEF. Grayscale: #202020. Windows color (decimal): -16633072 or 1061634. OLE color: 1061634.

HSL color Cylindrical-coordinate representation of color #023310: hue angle of 137.14º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #023310 is Cyan = 0.96, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.8.

Color convert

RGB 2 51 16 -
CMYK 0.96 0 0.69 0.8
HSL 137.14º 0.92% 0.1% -
HSV(B) 137.14º 0.96% 0.2% -
XYZ 1.3 2.42 0.89 -
YUV 32.36 118.77 106.35 -
System Red Green Blue C M Y K H S L
Decimal 2 51 16 0.96 0 0.69 0.8 137.14 0.92 0.1
Hex 2 33 10 60 0 45 50 89 5C A
Octal 2 63 20 140 0 105 120 211 134 12
Binary 10 110011 10000 1100000 0 1000101 1010000 10001001 1011100 1010

Color Harmonies of #023310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023310

Black with #023310

Text Example


Text Example

White with #023310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023310; }

 p { color: rgb(2,51,16); }

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

background-color css

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

 a { background-color: rgb(2,51,16); }

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

border-color css

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

 span { border-color: rgb(2,51,16); }

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