#00260E

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

Shades of Dark Green #00260E

Tints of Dark Green #00260E

Color information

#00260E (or 0x00260E) is unknown color: approx Dark Green. HEX triplet: 00, 26 and 0E. RGB value is (0,38,14). Sum of RGB (Red+Green+Blue) = 0+38+14=52 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 52); Green value is 38 (15.23% from 255 or 73.08% from 52); Blue value is 14 (5.86% from 255 or 26.92% from 52); Max value from RGB is 38 - color contains mainly: green. Hex color #00260E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00260E is #FFD9F1. Grayscale: #171717. Windows color (decimal): -16767474 or 927232. OLE color: 927232.

HSL color Cylindrical-coordinate representation of color #00260E: hue angle of 142.11º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00260E is Cyan = 1, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.85.

Color convert

RGB03814-
CMYK100.630.85
HSL142.11º100%7.45%-
HSV(B)142.11º100%14.9%-
XYZ0.771.420.65-
YUV23.9122.41110.95-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 38 (15.23% from 255) = 73.08%
BLUE value IS 14 (5.86% from 255) = 26.92%
R=0%
G=73.08%
B=26.92%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal03814100.630.85142.111007.45
Hex026E6403F558e647
Octal046161440771252161447
Binary01001101110110010001111111010101100011101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00260E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,38,14); }

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

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

 a { background-color: rgb(0,38,14); }

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

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

 span { border-color: rgb(0,38,14); }

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