Html Css Color HEX #002708 Deep Fir

📋 copy color: '#002708'

red 0 ◦ green 39 ◦ blue 8

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

Shades of Deep Fir #002708

Tints of Deep Fir #002708

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 17.02%

R = 0%
G = 82.98%
B = 17.02%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.79

 K value IS 0.85

RGB Variations

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

Color information

#002708 (or 0x002708) is known color: Deep Fir. HEX triplet: 00, 27 and 08. RGB value is (0,39,8). Sum of RGB (Red+Green+Blue) = 0+39+8=47 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 47); Green value is 39 (15.62% from 255 or 82.98% from 47); Blue value is 8 (3.52% from 255 or 17.02% from 47); Max value from RGB is 39 - color contains mainly: green. Hex color #002708 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002708 is #FFD8F7. Grayscale: #171717. Windows color (decimal): -16767224 or 534272. OLE color: 534272.

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

Color convert

RGB 0 39 8 -
CMYK 1 0 0.79 0.85
HSL 132.31º 1% 0.08% -
HSV(B) 132.31º 1% 0.15% -
XYZ 0.77 1.47 0.47 -
YUV 23.81 119.08 111.02 -
System Red Green Blue C M Y K H S L
Decimal 0 39 8 1 0 0.79 0.85 132.31 1 0.08
Hex 0 27 8 64 0 4F 55 84 64 8
Octal 0 47 10 144 0 117 125 204 144 10
Binary 0 100111 1000 1100100 0 1001111 1010101 10000100 1100100 1000

Color Harmonies of #002708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002708

Black with #002708

Text Example


Text Example

White with #002708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002708; }

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

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

background-color css

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

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

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

border-color css

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

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

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