#002711

Color #002711 Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #002711

Tints of Dark Green #002711

Color information

#002711 (or 0x002711) is unknown color: approx Dark Green. HEX triplet: 00, 27 and 11. RGB value is (0,39,17). Sum of RGB (Red+Green+Blue) = 0+39+17=56 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 56); Green value is 39 (15.62% from 255 or 69.64% from 56); Blue value is 17 (7.03% from 255 or 30.36% from 56); Max value from RGB is 39 - color contains mainly: green. Hex color #002711 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002711 is #FFD8EE. Grayscale: #181818. Windows color (decimal): -16767215 or 1124096. OLE color: 1124096.

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

Color convert

RGB03917-
CMYK100.560.85
HSL146.15º100%7.65%-
HSV(B)146.15º100%15.29%-
XYZ0.831.490.77-
YUV24.83123.58110.29-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 39 (15.62% from 255) = 69.64%
BLUE value IS 17 (7.03% from 255) = 30.36%
R=0%
G=69.64%
B=30.36%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal03917100.560.85146.151007.65
Hex02711640385592648
Octal0472114407012522214410
Binary0100111100011100100011100010101011001001011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002711; }

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

 H1.HeaderClassName
 {
   color: #002711;
 }
 .AnyTagClassName
 {
   color: #002711;
 }
</style>
background-color css

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

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

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

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

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

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