Html Css Color HEX #002604 Deep Fir

📋 copy color: '#002604'

red 0 ◦ green 38 ◦ blue 4

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

Shades of Deep Fir #002604

Tints of Deep Fir #002604

RGB

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

 GREEN value IS 38 (15.23% from 255) = 90.48%

 BLUE value IS 4 (1.95% from 255) = 9.52%

R = 0%
G = 90.48%
B = 9.52%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.89

 K value IS 0.85

RGB Variations

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

Color information

#002604 (or 0x002604) is known color: Deep Fir. HEX triplet: 00, 26 and 04. RGB value is (0,38,4). Sum of RGB (Red+Green+Blue) = 0+38+4=42 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 42); Green value is 38 (15.23% from 255 or 90.48% from 42); Blue value is 4 (1.95% from 255 or 9.52% from 42); Max value from RGB is 38 - color contains mainly: green. Hex color #002604 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002604 is #FFD9FB. Grayscale: #161616. Windows color (decimal): -16767484 or 271872. OLE color: 271872.

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

Color convert

RGB 0 38 4 -
CMYK 1 0 0.89 0.85
HSL 126.32º 1% 0.07% -
HSV(B) 126.32º 1% 0.15% -
XYZ 0.72 1.39 0.35 -
YUV 22.76 117.41 111.76 -
System Red Green Blue C M Y K H S L
Decimal 0 38 4 1 0 0.89 0.85 126.32 1 0.07
Hex 0 26 4 64 0 59 55 7E 64 7
Octal 0 46 4 144 0 131 125 176 144 7
Binary 0 100110 100 1100100 0 1011001 1010101 1111110 1100100 111

Color Harmonies of #002604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002604

Black with #002604

Text Example


Text Example

White with #002604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002604; }

 p { color: rgb(0,38,4); }

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

background-color css

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

 a { background-color: rgb(0,38,4); }

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

border-color css

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

 span { border-color: rgb(0,38,4); }

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