#07271D

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

Shades of Dark Green #07271D

Tints of Dark Green #07271D

Color information

#07271D (or 0x07271D) is unknown color: approx Dark Green. HEX triplet: 07, 27 and 1D. RGB value is (7,39,29). Sum of RGB (Red+Green+Blue) = 7+39+29=75 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.33% from 75); Green value is 39 (15.62% from 255 or 52% from 75); Blue value is 29 (11.72% from 255 or 38.67% from 75); Max value from RGB is 39 - color contains mainly: green. Hex color #07271D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07271D is #F8D8E2. Grayscale: #1C1C1C. Windows color (decimal): -16308451 or 1910535. OLE color: 1910535.

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

Color convert

RGB73929-
CMYK0.8200.260.85
HSL161.25º69.57%9.02%-
HSV(B)161.25º82.05%15.29%-
XYZ1.031.581.41-
YUV28.29128.4112.81-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.33%
GREEN value IS 39 (15.62% from 255) = 52%
BLUE value IS 29 (11.72% from 255) = 38.67%
R=9.33%
G=52%
B=38.67%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal739290.8200.260.85161.2569.579.02
Hex7271D5201A55a1469
Octal7473512203212524110611
Binary11110011111101101001001101010101011010000110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07271D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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