#06281A

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

Shades of Dark Green #06281A

Tints of Dark Green #06281A

Color information

#06281A (or 0x06281A) is unknown color: approx Dark Green. HEX triplet: 06, 28 and 1A. RGB value is (6,40,26). Sum of RGB (Red+Green+Blue) = 6+40+26=72 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.33% from 72); Green value is 40 (16.02% from 255 or 55.56% from 72); Blue value is 26 (10.55% from 255 or 36.11% from 72); Max value from RGB is 40 - color contains mainly: green. Hex color #06281A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06281A is #F9D7E5. Grayscale: #1C1C1C. Windows color (decimal): -16373734 or 1714182. OLE color: 1714182.

HSL color Cylindrical-coordinate representation of color #06281A: hue angle of 155.29º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #06281A is Cyan = 0.85, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.84.

Color convert

RGB64026-
CMYK0.8500.350.84
HSL155.29º73.91%9.02%-
HSV(B)155.29º85%15.69%-
XYZ1.021.631.24-
YUV28.24126.74112.14-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.33%
GREEN value IS 40 (16.02% from 255) = 55.56%
BLUE value IS 26 (10.55% from 255) = 36.11%
R=8.33%
G=55.56%
B=36.11%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal640260.8500.350.84155.2973.919.02
Hex6281A55023549b4a9
Octal6503212504312423311211
Binary110101000110101010101010001110101001001101110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06281A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06281A; }

 p { color: rgb(6,40,26); }

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

<style>
 a { background-color: #06281A; }

 a { background-color: rgb(6,40,26); }

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

<style>
 span { border-color: #06281A; }

 span { border-color: rgb(6,40,26); }

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