#06231A

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

Shades of Dark Green #06231A

Tints of Dark Green #06231A

Color information

#06231A (or 0x06231A) is unknown color: approx Dark Green. HEX triplet: 06, 23 and 1A. RGB value is (6,35,26). Sum of RGB (Red+Green+Blue) = 6+35+26=67 (8% of max value = 765). Red value is 6 (2.73% from 255 or 8.96% from 67); Green value is 35 (14.06% from 255 or 52.24% from 67); Blue value is 26 (10.55% from 255 or 38.81% from 67); Max value from RGB is 35 - color contains mainly: green. Hex color #06231A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06231A is #F9DCE5. Grayscale: #191919. Windows color (decimal): -16375014 or 1712902. OLE color: 1712902.

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

Color convert

RGB63526-
CMYK0.8300.260.86
HSL161.38º70.73%8.04%-
HSV(B)161.38º82.86%13.73%-
XYZ0.861.321.19-
YUV25.3128.39114.23-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.96%
GREEN value IS 35 (14.06% from 255) = 52.24%
BLUE value IS 26 (10.55% from 255) = 38.81%
R=8.96%
G=52.24%
B=38.81%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal635260.8300.260.86161.3870.738.04
Hex6231A5301A56a1478
Octal6433212303212624110710
Binary11010001111010101001101101010101101010000110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06231A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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