Html Css Color HEX #06261A Dark Green

📋 copy color: '#06261A'

red 6 ◦ green 38 ◦ blue 26

#06261A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #06261A

Tints of Dark Green #06261A

RGB

 RED value IS 6 (2.73% from 255) = 8.57%

 GREEN value IS 38 (15.23% from 255) = 54.29%

 BLUE value IS 26 (10.55% from 255) = 37.14%

R = 8.57%
G = 54.29%
B = 37.14%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.32

 K value IS 0.85

RGB Variations

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

Color information

#06261A (or 0x06261A) is known color: Dark Green. HEX triplet: 06, 26 and 1A. RGB value is (6,38,26). Sum of RGB (Red+Green+Blue) = 6+38+26=70 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.57% from 70); Green value is 38 (15.23% from 255 or 54.29% from 70); Blue value is 26 (10.55% from 255 or 37.14% from 70); Max value from RGB is 38 - color contains mainly: green. Hex color #06261A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06261A is #F9D9E5. Grayscale: #1B1B1B. Windows color (decimal): -16374246 or 1713670. OLE color: 1713670.

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

Color convert

RGB 6 38 26 -
CMYK 0.84 0 0.32 0.85
HSL 157.5º 0.73% 0.09% -
HSV(B) 157.5º 0.84% 0.15% -
XYZ 0.95 1.5 1.22 -
YUV 27.06 127.4 112.98 -
System Red Green Blue C M Y K H S L
Decimal 6 38 26 0.84 0 0.32 0.85 157.5 0.73 0.09
Hex 6 26 1A 54 0 20 55 9E 49 9
Octal 6 46 32 124 0 40 125 236 111 11
Binary 110 100110 11010 1010100 0 100000 1010101 10011110 1001001 1001

Color Harmonies of #06261A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06261A

Black with #06261A

Text Example


Text Example

White with #06261A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #06261A;
 }
 .AnyTagClassName
 {
   color: #06261A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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