Html Css Color HEX #002606 Deep Fir

📋 copy color: '#002606'

red 0 ◦ green 38 ◦ blue 6

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

Shades of Deep Fir #002606

Tints of Deep Fir #002606

RGB

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

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

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

R = 0%
G = 86.36%
B = 13.64%

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

#002606 (or 0x002606) is known color: Deep Fir. HEX triplet: 00, 26 and 06. RGB value is (0,38,6). Sum of RGB (Red+Green+Blue) = 0+38+6=44 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 44); Green value is 38 (15.23% from 255 or 86.36% from 44); Blue value is 6 (2.73% from 255 or 13.64% from 44); Max value from RGB is 38 - color contains mainly: green. Hex color #002606 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002606 is #FFD9F9. Grayscale: #171717. Windows color (decimal): -16767482 or 402944. OLE color: 402944.

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

Color convert

RGB 0 38 6 -
CMYK 1 0 0.84 0.85
HSL 129.47º 1% 0.07% -
HSV(B) 129.47º 1% 0.15% -
XYZ 0.73 1.4 0.4 -
YUV 22.99 118.41 111.6 -
System Red Green Blue C M Y K H S L
Decimal 0 38 6 1 0 0.84 0.85 129.47 1 0.07
Hex 0 26 6 64 0 54 55 81 64 7
Octal 0 46 6 144 0 124 125 201 144 7
Binary 0 100110 110 1100100 0 1010100 1010101 10000001 1100100 111

Color Harmonies of #002606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002606

Black with #002606

Text Example


Text Example

White with #002606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002606; }

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

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

background-color css

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

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

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

border-color css

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

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

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