#06261C

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

Shades of Dark Green #06261C

Tints of Dark Green #06261C

Color information

#06261C (or 0x06261C) is unknown color: approx Dark Green. HEX triplet: 06, 26 and 1C. RGB value is (6,38,28). Sum of RGB (Red+Green+Blue) = 6+38+28=72 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.33% from 72); Green value is 38 (15.23% from 255 or 52.78% from 72); Blue value is 28 (11.33% from 255 or 38.89% from 72); Max value from RGB is 38 - color contains mainly: green. Hex color #06261C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06261C is #F9D9E3. Grayscale: #1B1B1B. Windows color (decimal): -16374244 or 1844742. OLE color: 1844742.

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

Color convert

RGB63828-
CMYK0.8400.260.85
HSL161.25º72.73%8.63%-
HSV(B)161.25º84.21%14.9%-
XYZ0.981.511.34-
YUV27.29128.4112.81-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.33%
GREEN value IS 38 (15.23% from 255) = 52.78%
BLUE value IS 28 (11.33% from 255) = 38.89%
R=8.33%
G=52.78%
B=38.89%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal638280.8400.260.85161.2572.738.63
Hex6261C5401A55a1499
Octal6463412403212524111111
Binary11010011011100101010001101010101011010000110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06261C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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