Html Css Color HEX #002706 Deep Fir

📋 copy color: '#002706'

red 0 ◦ green 39 ◦ blue 6

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

Shades of Deep Fir #002706

Tints of Deep Fir #002706

RGB

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

 GREEN value IS 39 (15.63% from 255) = 86.67%

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

R = 0%
G = 86.67%
B = 13.33%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.85

 K value IS 0.85

RGB Variations

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

Color information

#002706 (or 0x002706) is known color: Deep Fir. HEX triplet: 00, 27 and 06. RGB value is (0,39,6). Sum of RGB (Red+Green+Blue) = 0+39+6=45 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 45); Green value is 39 (15.62% from 255 or 86.67% from 45); Blue value is 6 (2.73% from 255 or 13.33% from 45); Max value from RGB is 39 - color contains mainly: green. Hex color #002706 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002706 is #FFD8F9. Grayscale: #171717. Windows color (decimal): -16767226 or 403200. OLE color: 403200.

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

Color convert

RGB 0 39 6 -
CMYK 1 0 0.85 0.85
HSL 129.23º 1% 0.08% -
HSV(B) 129.23º 1% 0.15% -
XYZ 0.76 1.46 0.41 -
YUV 23.58 118.08 111.18 -
System Red Green Blue C M Y K H S L
Decimal 0 39 6 1 0 0.85 0.85 129.23 1 0.08
Hex 0 27 6 64 0 55 55 81 64 8
Octal 0 47 6 144 0 125 125 201 144 10
Binary 0 100111 110 1100100 0 1010101 1010101 10000001 1100100 1000

Color Harmonies of #002706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002706

Black with #002706

Text Example


Text Example

White with #002706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002706; }

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

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

background-color css

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

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

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

border-color css

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

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

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