#06251A

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

Shades of Dark Green #06251A

Tints of Dark Green #06251A

Color information

#06251A (or 0x06251A) is unknown color: approx Dark Green. HEX triplet: 06, 25 and 1A. RGB value is (6,37,26). Sum of RGB (Red+Green+Blue) = 6+37+26=69 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.70% from 69); Green value is 37 (14.84% from 255 or 53.62% from 69); Blue value is 26 (10.55% from 255 or 37.68% from 69); Max value from RGB is 37 - color contains mainly: green. Hex color #06251A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06251A is #F9DAE5. Grayscale: #1A1A1A. Windows color (decimal): -16374502 or 1713414. OLE color: 1713414.

HSL color Cylindrical-coordinate representation of color #06251A: hue angle of 158.71º degrees, saturation: 0.72, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #06251A is Cyan = 0.84, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.85.

Color convert

RGB63726-
CMYK0.8400.300.85
HSL158.71º72.09%8.43%-
HSV(B)158.71º83.78%14.51%-
XYZ0.921.441.21-
YUV26.48127.73113.39-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.70%
GREEN value IS 37 (14.84% from 255) = 53.62%
BLUE value IS 26 (10.55% from 255) = 37.68%
R=8.70%
G=53.62%
B=37.68%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal637260.8400.300.85158.7172.098.43
Hex6251A5401E559f488
Octal6453212403612523711010
Binary11010010111010101010001111010101011001111110010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06251A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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