#06261E

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

Shades of Dark Green #06261E

Tints of Dark Green #06261E

Color information

#06261E (or 0x06261E) is unknown color: approx Dark Green. HEX triplet: 06, 26 and 1E. RGB value is (6,38,30). Sum of RGB (Red+Green+Blue) = 6+38+30=74 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.11% from 74); Green value is 38 (15.23% from 255 or 51.35% from 74); Blue value is 30 (12.11% from 255 or 40.54% from 74); Max value from RGB is 38 - color contains mainly: green. Hex color #06261E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06261E is #F9D9E1. Grayscale: #1B1B1B. Windows color (decimal): -16374242 or 1975814. OLE color: 1975814.

HSL color Cylindrical-coordinate representation of color #06261E: hue angle of 165º degrees, saturation: 0.73, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #06261E is Cyan = 0.84, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.85.

Color convert

RGB63830-
CMYK0.8400.210.85
HSL165º72.73%8.63%-
HSV(B)165º84.21%14.9%-
XYZ11.521.47-
YUV27.52129.4112.65-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.11%
GREEN value IS 38 (15.23% from 255) = 51.35%
BLUE value IS 30 (12.11% from 255) = 40.54%
R=8.11%
G=51.35%
B=40.54%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal638300.8400.210.8516572.738.63
Hex6261E5401555a5499
Octal6463612402512524511111
Binary11010011011110101010001010110101011010010110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06261E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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