#06231B

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

Shades of Dark Green #06231B

Tints of Dark Green #06231B

Color information

#06231B (or 0x06231B) is unknown color: approx Dark Green. HEX triplet: 06, 23 and 1B. RGB value is (6,35,27). Sum of RGB (Red+Green+Blue) = 6+35+27=68 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.82% from 68); Green value is 35 (14.06% from 255 or 51.47% from 68); Blue value is 27 (10.94% from 255 or 39.71% from 68); Max value from RGB is 35 - color contains mainly: green. Hex color #06231B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06231B is #F9DCE4. Grayscale: #191919. Windows color (decimal): -16375013 or 1778438. OLE color: 1778438.

HSL color Cylindrical-coordinate representation of color #06231B: hue angle of 163.45º 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 #06231B is Cyan = 0.83, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.86.

Color convert

RGB63527-
CMYK0.8300.230.86
HSL163.45º70.73%8.04%-
HSV(B)163.45º82.86%13.73%-
XYZ0.871.321.25-
YUV25.42128.89114.15-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.82%
GREEN value IS 35 (14.06% from 255) = 51.47%
BLUE value IS 27 (10.94% from 255) = 39.71%
R=8.82%
G=51.47%
B=39.71%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal635270.8300.230.86163.4570.738.04
Hex6231B5301756a3478
Octal6433312302712624310710
Binary11010001111011101001101011110101101010001110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06231B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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