#06281F

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

Shades of Dark Green #06281F

Tints of Dark Green #06281F

Color information

#06281F (or 0x06281F) is unknown color: approx Dark Green. HEX triplet: 06, 28 and 1F. RGB value is (6,40,31). Sum of RGB (Red+Green+Blue) = 6+40+31=77 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.79% from 77); Green value is 40 (16.02% from 255 or 51.95% from 77); Blue value is 31 (12.5% from 255 or 40.26% from 77); Max value from RGB is 40 - color contains mainly: green. Hex color #06281F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06281F is #F9D7E0. Grayscale: #1C1C1C. Windows color (decimal): -16373729 or 2041862. OLE color: 2041862.

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

Color convert

RGB64031-
CMYK0.8500.220.84
HSL164.12º73.91%9.02%-
HSV(B)164.12º85%15.69%-
XYZ1.081.661.56-
YUV28.81129.24111.73-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.79%
GREEN value IS 40 (16.02% from 255) = 51.95%
BLUE value IS 31 (12.5% from 255) = 40.26%
R=7.79%
G=51.95%
B=40.26%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal640310.8500.220.84164.1273.919.02
Hex6281F5501654a44a9
Octal6503712502612424411211
Binary11010100011111101010101011010101001010010010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06281F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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