Html Css Color HEX #002205 Deep Fir

📋 copy color: '#002205'

red 0 ◦ green 34 ◦ blue 5

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

Shades of Deep Fir #002205

Tints of Deep Fir #002205

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 34 (13.67% from 255) = 87.18%

 BLUE value IS 5 (2.34% from 255) = 12.82%

R = 0%
G = 87.18%
B = 12.82%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.85

 K value IS 0.87

RGB Variations

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

Color information

#002205 (or 0x002205) is known color: Deep Fir. HEX triplet: 00, 22 and 05. RGB value is (0,34,5). Sum of RGB (Red+Green+Blue) = 0+34+5=39 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 39); Green value is 34 (13.67% from 255 or 87.18% from 39); Blue value is 5 (2.34% from 255 or 12.82% from 39); Max value from RGB is 34 - color contains mainly: green. Hex color #002205 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002205 is #FFDDFA. Grayscale: #141414. Windows color (decimal): -16768507 or 336384. OLE color: 336384.

HSL color Cylindrical-coordinate representation of color #002205: hue angle of 128.82º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002205 is Cyan = 1, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.87.

Color convert

RGB 0 34 5 -
CMYK 1 0 0.85 0.87
HSL 128.82º 1% 0.07% -
HSV(B) 128.82º 1% 0.13% -
XYZ 0.6 1.16 0.33 -
YUV 20.53 119.24 113.36 -
System Red Green Blue C M Y K H S L
Decimal 0 34 5 1 0 0.85 0.87 128.82 1 0.07
Hex 0 22 5 64 0 55 57 81 64 7
Octal 0 42 5 144 0 125 127 201 144 7
Binary 0 100010 101 1100100 0 1010101 1010111 10000001 1100100 111

Color Harmonies of #002205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002205

Black with #002205

Text Example


Text Example

White with #002205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002205; }

 p { color: rgb(0,34,5); }

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

background-color css

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

 a { background-color: rgb(0,34,5); }

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

border-color css

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

 span { border-color: rgb(0,34,5); }

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