#07261E

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

Shades of Dark Green #07261E

Tints of Dark Green #07261E

Color information

#07261E (or 0x07261E) is unknown color: approx Dark Green. HEX triplet: 07, 26 and 1E. RGB value is (7,38,30). Sum of RGB (Red+Green+Blue) = 7+38+30=75 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.33% from 75); Green value is 38 (15.23% from 255 or 50.67% from 75); Blue value is 30 (12.11% from 255 or 40% from 75); Max value from RGB is 38 - color contains mainly: green. Hex color #07261E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07261E is #F8D9E1. Grayscale: #1B1B1B. Windows color (decimal): -16308706 or 1975815. OLE color: 1975815.

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

Color convert

RGB73830-
CMYK0.8200.210.85
HSL164.52º68.89%8.82%-
HSV(B)164.52º81.58%14.9%-
XYZ1.021.531.47-
YUV27.82129.23113.15-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.33%
GREEN value IS 38 (15.23% from 255) = 50.67%
BLUE value IS 30 (12.11% from 255) = 40%
R=9.33%
G=50.67%
B=40%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal738300.8200.210.85164.5268.898.82
Hex7261E5201555a5459
Octal7463612202512524510511
Binary11110011011110101001001010110101011010010110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07261E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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