#07261B

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

Shades of Dark Green #07261B

Tints of Dark Green #07261B

Color information

#07261B (or 0x07261B) is unknown color: approx Dark Green. HEX triplet: 07, 26 and 1B. RGB value is (7,38,27). Sum of RGB (Red+Green+Blue) = 7+38+27=72 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.72% from 72); Green value is 38 (15.23% from 255 or 52.78% from 72); Blue value is 27 (10.94% from 255 or 37.5% from 72); Max value from RGB is 38 - color contains mainly: green. Hex color #07261B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07261B is #F8D9E4. Grayscale: #1B1B1B. Windows color (decimal): -16308709 or 1779207. OLE color: 1779207.

HSL color Cylindrical-coordinate representation of color #07261B: hue angle of 158.71º degrees, saturation: 0.69, 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 #07261B is Cyan = 0.82, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.85.

Color convert

RGB73827-
CMYK0.8200.290.85
HSL158.71º68.89%8.82%-
HSV(B)158.71º81.58%14.9%-
XYZ0.981.511.28-
YUV27.48127.73113.39-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.72%
GREEN value IS 38 (15.23% from 255) = 52.78%
BLUE value IS 27 (10.94% from 255) = 37.5%
R=9.72%
G=52.78%
B=37.5%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal738270.8200.290.85158.7168.898.82
Hex7261B5201D559f459
Octal7463312203512523710511
Binary11110011011011101001001110110101011001111110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07261B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07261B; }

 p { color: rgb(7,38,27); }

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

<style>
 a { background-color: #07261B; }

 a { background-color: rgb(7,38,27); }

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

<style>
 span { border-color: #07261B; }

 span { border-color: rgb(7,38,27); }

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