#07271E

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

Shades of Dark Green #07271E

Tints of Dark Green #07271E

Color information

#07271E (or 0x07271E) is unknown color: approx Dark Green. HEX triplet: 07, 27 and 1E. RGB value is (7,39,30). Sum of RGB (Red+Green+Blue) = 7+39+30=76 (10% of max value = 765). Red value is 7 (3.12% from 255 or 9.21% from 76); Green value is 39 (15.62% from 255 or 51.32% from 76); Blue value is 30 (12.11% from 255 or 39.47% from 76); Max value from RGB is 39 - color contains mainly: green. Hex color #07271E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07271E is #F8D8E1. Grayscale: #1C1C1C. Windows color (decimal): -16308450 or 1976071. OLE color: 1976071.

HSL color Cylindrical-coordinate representation of color #07271E: hue angle of 163.12º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #07271E is Cyan = 0.82, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.85.

Color convert

RGB73930-
CMYK0.8200.230.85
HSL163.12º69.57%9.02%-
HSV(B)163.12º82.05%15.29%-
XYZ1.051.591.48-
YUV28.41128.9112.73-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.21%
GREEN value IS 39 (15.62% from 255) = 51.32%
BLUE value IS 30 (12.11% from 255) = 39.47%
R=9.21%
G=51.32%
B=39.47%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal739300.8200.230.85163.1269.579.02
Hex7271E5201755a3469
Octal7473612202712524310611
Binary11110011111110101001001011110101011010001110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07271E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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