Html Css Color HEX #024310 Deep Fir

📋 copy color: '#024310'

red 2 ◦ green 67 ◦ blue 16

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

Shades of Deep Fir #024310

Tints of Deep Fir #024310

RGB

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

 GREEN value IS 67 (26.56% from 255) = 78.82%

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

R = 2.35%
G = 78.82%
B = 18.82%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.76

 K value IS 0.74

RGB Variations

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

Color information

#024310 (or 0x024310) is known color: Deep Fir. HEX triplet: 02, 43 and 10. RGB value is (2,67,16). Sum of RGB (Red+Green+Blue) = 2+67+16=85 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.35% from 85); Green value is 67 (26.56% from 255 or 78.82% from 85); Blue value is 16 (6.64% from 255 or 18.82% from 85); Max value from RGB is 67 - color contains mainly: green. Hex color #024310 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024310 is #FDBCEF. Grayscale: #292929. Windows color (decimal): -16628976 or 1065730. OLE color: 1065730.

HSL color Cylindrical-coordinate representation of color #024310: hue angle of 132.92º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024310 is Cyan = 0.97, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.74.

Color convert

RGB 2 67 16 -
CMYK 0.97 0 0.76 0.74
HSL 132.92º 0.94% 0.14% -
HSV(B) 132.92º 0.97% 0.26% -
XYZ 2.13 4.06 1.16 -
YUV 41.75 113.47 99.65 -
System Red Green Blue C M Y K H S L
Decimal 2 67 16 0.97 0 0.76 0.74 132.92 0.94 0.14
Hex 2 43 10 61 0 4C 4A 85 5E E
Octal 2 103 20 141 0 114 112 205 136 16
Binary 10 1000011 10000 1100001 0 1001100 1001010 10000101 1011110 1110

Color Harmonies of #024310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024310

Black with #024310

Text Example


Text Example

White with #024310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024310; }

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

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

background-color css

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

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

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

border-color css

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

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

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