Html Css Color HEX #023511 Deep Fir

📋 copy color: '#023511'

red 2 ◦ green 53 ◦ blue 17

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

Shades of Deep Fir #023511

Tints of Deep Fir #023511

RGB

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

 GREEN value IS 53 (21.09% from 255) = 73.61%

 BLUE value IS 17 (7.03% from 255) = 23.61%

R = 2.78%
G = 73.61%
B = 23.61%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.68

 K value IS 0.79

RGB Variations

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

Color information

#023511 (or 0x023511) is known color: Deep Fir. HEX triplet: 02, 35 and 11. RGB value is (2,53,17). Sum of RGB (Red+Green+Blue) = 2+53+17=72 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.78% from 72); Green value is 53 (21.09% from 255 or 73.61% from 72); Blue value is 17 (7.03% from 255 or 23.61% from 72); Max value from RGB is 53 - color contains mainly: green. Hex color #023511 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023511 is #FDCAEE. Grayscale: #212121. Windows color (decimal): -16632559 or 1127682. OLE color: 1127682.

HSL color Cylindrical-coordinate representation of color #023511: hue angle of 137.65º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #023511 is Cyan = 0.96, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.79.

Color convert

RGB 2 53 17 -
CMYK 0.96 0 0.68 0.79
HSL 137.65º 0.93% 0.11% -
HSV(B) 137.65º 0.96% 0.21% -
XYZ 1.4 2.6 0.96 -
YUV 33.65 118.6 105.43 -
System Red Green Blue C M Y K H S L
Decimal 2 53 17 0.96 0 0.68 0.79 137.65 0.93 0.11
Hex 2 35 11 60 0 44 4F 8A 5D B
Octal 2 65 21 140 0 104 117 212 135 13
Binary 10 110101 10001 1100000 0 1000100 1001111 10001010 1011101 1011

Color Harmonies of #023511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023511

Black with #023511

Text Example


Text Example

White with #023511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023511; }

 p { color: rgb(2,53,17); }

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

background-color css

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

 a { background-color: rgb(2,53,17); }

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

border-color css

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

 span { border-color: rgb(2,53,17); }

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