#07271A

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

Shades of Dark Green #07271A

Tints of Dark Green #07271A

Color information

#07271A (or 0x07271A) is unknown color: approx Dark Green. HEX triplet: 07, 27 and 1A. RGB value is (7,39,26). Sum of RGB (Red+Green+Blue) = 7+39+26=72 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.72% from 72); Green value is 39 (15.62% from 255 or 54.17% from 72); Blue value is 26 (10.55% from 255 or 36.11% from 72); Max value from RGB is 39 - color contains mainly: green. Hex color #07271A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07271A is #F8D8E5. Grayscale: #1B1B1B. Windows color (decimal): -16308454 or 1713927. OLE color: 1713927.

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

Color convert

RGB73926-
CMYK0.8200.330.85
HSL155.62º69.57%9.02%-
HSV(B)155.62º82.05%15.29%-
XYZ11.571.23-
YUV27.95126.9113.06-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.72%
GREEN value IS 39 (15.62% from 255) = 54.17%
BLUE value IS 26 (10.55% from 255) = 36.11%
R=9.72%
G=54.17%
B=36.11%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal739260.8200.330.85155.6269.579.02
Hex7271A52021559c469
Octal7473212204112523410611
Binary111100111110101010010010000110101011001110010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07271A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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