#02271F

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

Shades of Dark Green #02271F

Tints of Dark Green #02271F

Color information

#02271F (or 0x02271F) is unknown color: approx Dark Green. HEX triplet: 02, 27 and 1F. RGB value is (2,39,31). Sum of RGB (Red+Green+Blue) = 2+39+31=72 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.78% from 72); Green value is 39 (15.62% from 255 or 54.17% from 72); Blue value is 31 (12.5% from 255 or 43.06% from 72); Max value from RGB is 39 - color contains mainly: green. Hex color #02271F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02271F is #FDD8E0. Grayscale: #1B1B1B. Windows color (decimal): -16636129 or 2041602. OLE color: 2041602.

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

Color convert

RGB23931-
CMYK0.9500.210.85
HSL167.03º90.24%8.04%-
HSV(B)167.03º94.87%15.29%-
XYZ11.561.55-
YUV27.02130.24110.15-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.78%
GREEN value IS 39 (15.62% from 255) = 54.17%
BLUE value IS 31 (12.5% from 255) = 43.06%
R=2.78%
G=54.17%
B=43.06%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal239310.9500.210.85167.0390.248.04
Hex2271F5F01555a75a8
Octal2473713702512524713210
Binary1010011111111101111101010110101011010011110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02271F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02271F; }

 p { color: rgb(2,39,31); }

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

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

 a { background-color: rgb(2,39,31); }

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

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

 span { border-color: rgb(2,39,31); }

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