Html Css Color HEX #002507 Deep Fir

📋 copy color: '#002507'

red 0 ◦ green 37 ◦ blue 7

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

Shades of Deep Fir #002507

Tints of Deep Fir #002507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 15.91%

R = 0%
G = 84.09%
B = 15.91%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.81

 K value IS 0.85

RGB Variations

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

Color information

#002507 (or 0x002507) is known color: Deep Fir. HEX triplet: 00, 25 and 07. RGB value is (0,37,7). Sum of RGB (Red+Green+Blue) = 0+37+7=44 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 44); Green value is 37 (14.84% from 255 or 84.09% from 44); Blue value is 7 (3.12% from 255 or 15.91% from 44); Max value from RGB is 37 - color contains mainly: green. Hex color #002507 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002507 is #FFDAF8. Grayscale: #161616. Windows color (decimal): -16767737 or 468224. OLE color: 468224.

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

Color convert

RGB 0 37 7 -
CMYK 1 0 0.81 0.85
HSL 131.35º 1% 0.07% -
HSV(B) 131.35º 1% 0.15% -
XYZ 0.7 1.34 0.42 -
YUV 22.52 119.24 111.94 -
System Red Green Blue C M Y K H S L
Decimal 0 37 7 1 0 0.81 0.85 131.35 1 0.07
Hex 0 25 7 64 0 51 55 83 64 7
Octal 0 45 7 144 0 121 125 203 144 7
Binary 0 100101 111 1100100 0 1010001 1010101 10000011 1100100 111

Color Harmonies of #002507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002507

Black with #002507

Text Example


Text Example

White with #002507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002507; }

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

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

background-color css

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

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

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

border-color css

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

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

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