Html Css Color HEX #002506 Deep Fir

📋 copy color: '#002506'

red 0 ◦ green 37 ◦ blue 6

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

Shades of Deep Fir #002506

Tints of Deep Fir #002506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 13.95%

R = 0%
G = 86.05%
B = 13.95%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.84

 K value IS 0.85

RGB Variations

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

Color information

#002506 (or 0x002506) is known color: Deep Fir. HEX triplet: 00, 25 and 06. RGB value is (0,37,6). Sum of RGB (Red+Green+Blue) = 0+37+6=43 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 43); Green value is 37 (14.84% from 255 or 86.05% from 43); Blue value is 6 (2.73% from 255 or 13.95% from 43); Max value from RGB is 37 - color contains mainly: green. Hex color #002506 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002506 is #FFDAF9. Grayscale: #161616. Windows color (decimal): -16767738 or 402688. OLE color: 402688.

HSL color Cylindrical-coordinate representation of color #002506: hue angle of 129.73º 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 #002506 is Cyan = 1, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.85.

Color convert

RGB 0 37 6 -
CMYK 1 0 0.84 0.85
HSL 129.73º 1% 0.07% -
HSV(B) 129.73º 1% 0.15% -
XYZ 0.69 1.34 0.39 -
YUV 22.4 118.74 112.02 -
System Red Green Blue C M Y K H S L
Decimal 0 37 6 1 0 0.84 0.85 129.73 1 0.07
Hex 0 25 6 64 0 54 55 82 64 7
Octal 0 45 6 144 0 124 125 202 144 7
Binary 0 100101 110 1100100 0 1010100 1010101 10000010 1100100 111

Color Harmonies of #002506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002506

Black with #002506

Text Example


Text Example

White with #002506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002506; }

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

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

background-color css

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

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

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

border-color css

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

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

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