#00271E

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

Shades of Dark Green #00271E

Tints of Dark Green #00271E

Color information

#00271E (or 0x00271E) is unknown color: approx Dark Green. HEX triplet: 00, 27 and 1E. RGB value is (0,39,30). Sum of RGB (Red+Green+Blue) = 0+39+30=69 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 69); Green value is 39 (15.62% from 255 or 56.52% from 69); Blue value is 30 (12.11% from 255 or 43.48% from 69); Max value from RGB is 39 - color contains mainly: green. Hex color #00271E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00271E is #FFD8E1. Grayscale: #1A1A1A. Windows color (decimal): -16767202 or 1976064. OLE color: 1976064.

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

Color convert

RGB03930-
CMYK100.230.85
HSL166.15º100%7.65%-
HSV(B)166.15º100%15.29%-
XYZ0.961.541.48-
YUV26.31130.08109.23-

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) = 56.52%
BLUE value IS 30 (12.11% from 255) = 43.48%
R=0%
G=56.52%
B=43.48%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal03930100.230.85166.151007.65
Hex0271E6401755a6648
Octal0473614402712524614410
Binary010011111110110010001011110101011010011011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00271E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00271E; }

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

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

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

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

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

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

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

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