#06231E

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

Shades of Dark Green #06231E

Tints of Dark Green #06231E

Color information

#06231E (or 0x06231E) is unknown color: approx Dark Green. HEX triplet: 06, 23 and 1E. RGB value is (6,35,30). Sum of RGB (Red+Green+Blue) = 6+35+30=71 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.45% from 71); Green value is 35 (14.06% from 255 or 49.30% from 71); Blue value is 30 (12.11% from 255 or 42.25% from 71); Max value from RGB is 35 - color contains mainly: green. Hex color #06231E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06231E is #F9DCE1. Grayscale: #191919. Windows color (decimal): -16375010 or 1975046. OLE color: 1975046.

HSL color Cylindrical-coordinate representation of color #06231E: hue angle of 169.66º degrees, saturation: 0.71, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #06231E is Cyan = 0.83, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.86.

Color convert

RGB63530-
CMYK0.8300.140.86
HSL169.66º70.73%8.04%-
HSV(B)169.66º82.86%13.73%-
XYZ0.911.331.44-
YUV25.76130.39113.91-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.45%
GREEN value IS 35 (14.06% from 255) = 49.30%
BLUE value IS 30 (12.11% from 255) = 42.25%
R=8.45%
G=49.30%
B=42.25%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal635300.8300.140.86169.6670.738.04
Hex6231E530E56aa478
Octal6433612301612625210710
Binary1101000111111010100110111010101101010101010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06231E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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