Html Css Color HEX #002707 Deep Fir

📋 copy color: '#002707'

red 0 ◦ green 39 ◦ blue 7

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

Shades of Deep Fir #002707

Tints of Deep Fir #002707

RGB

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

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

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

R = 0%
G = 84.78%
B = 15.22%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.82

 K value IS 0.85

RGB Variations

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

Color information

#002707 (or 0x002707) is known color: Deep Fir. HEX triplet: 00, 27 and 07. RGB value is (0,39,7). Sum of RGB (Red+Green+Blue) = 0+39+7=46 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 46); Green value is 39 (15.62% from 255 or 84.78% from 46); Blue value is 7 (3.12% from 255 or 15.22% from 46); Max value from RGB is 39 - color contains mainly: green. Hex color #002707 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002707 is #FFD8F8. Grayscale: #171717. Windows color (decimal): -16767225 or 468736. OLE color: 468736.

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

Color convert

RGB 0 39 7 -
CMYK 1 0 0.82 0.85
HSL 130.77º 1% 0.08% -
HSV(B) 130.77º 1% 0.15% -
XYZ 0.76 1.47 0.44 -
YUV 23.69 118.58 111.1 -
System Red Green Blue C M Y K H S L
Decimal 0 39 7 1 0 0.82 0.85 130.77 1 0.08
Hex 0 27 7 64 0 52 55 83 64 8
Octal 0 47 7 144 0 122 125 203 144 10
Binary 0 100111 111 1100100 0 1010010 1010101 10000011 1100100 1000

Color Harmonies of #002707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002707

Black with #002707

Text Example


Text Example

White with #002707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002707; }

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

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

background-color css

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

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

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

border-color css

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

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

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