Html Css Color HEX #002505 Deep Fir

📋 copy color: '#002505'

red 0 ◦ green 37 ◦ blue 5

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

Shades of Deep Fir #002505

Tints of Deep Fir #002505

RGB

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

 GREEN value IS 37 (14.84% from 255) = 88.1%

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

R = 0%
G = 88.1%
B = 11.9%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.86

 K value IS 0.85

RGB Variations

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

Color information

#002505 (or 0x002505) is known color: Deep Fir. HEX triplet: 00, 25 and 05. RGB value is (0,37,5). Sum of RGB (Red+Green+Blue) = 0+37+5=42 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 42); Green value is 37 (14.84% from 255 or 88.10% from 42); Blue value is 5 (2.34% from 255 or 11.90% from 42); Max value from RGB is 37 - color contains mainly: green. Hex color #002505 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002505 is #FFDAFA. Grayscale: #161616. Windows color (decimal): -16767739 or 337152. OLE color: 337152.

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

Color convert

RGB 0 37 5 -
CMYK 1 0 0.86 0.85
HSL 128.11º 1% 0.07% -
HSV(B) 128.11º 1% 0.15% -
XYZ 0.69 1.33 0.36 -
YUV 22.29 118.24 112.1 -
System Red Green Blue C M Y K H S L
Decimal 0 37 5 1 0 0.86 0.85 128.11 1 0.07
Hex 0 25 5 64 0 56 55 80 64 7
Octal 0 45 5 144 0 126 125 200 144 7
Binary 0 100101 101 1100100 0 1010110 1010101 10000000 1100100 111

Color Harmonies of #002505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002505

Black with #002505

Text Example


Text Example

White with #002505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002505; }

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

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

background-color css

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

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

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

border-color css

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

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

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