Html Css Color HEX #06261C Dark Green

📋 copy color: '#06261C'

red 6 ◦ green 38 ◦ blue 28

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

Shades of Dark Green #06261C

Tints of Dark Green #06261C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 38.89%

R = 8.33%
G = 52.78%
B = 38.89%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.26

 K value IS 0.85

RGB Variations

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

Color information

#06261C (or 0x06261C) is known color: Dark Green. HEX triplet: 06, 26 and 1C. RGB value is (6,38,28). Sum of RGB (Red+Green+Blue) = 6+38+28=72 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.33% from 72); Green value is 38 (15.23% from 255 or 52.78% from 72); Blue value is 28 (11.33% from 255 or 38.89% from 72); Max value from RGB is 38 - color contains mainly: green. Hex color #06261C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06261C is #F9D9E3. Grayscale: #1B1B1B. Windows color (decimal): -16374244 or 1844742. OLE color: 1844742.

HSL color Cylindrical-coordinate representation of color #06261C: hue angle of 161.25º 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 #06261C is Cyan = 0.84, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.85.

Color convert

RGB 6 38 28 -
CMYK 0.84 0 0.26 0.85
HSL 161.25º 0.73% 0.09% -
HSV(B) 161.25º 0.84% 0.15% -
XYZ 0.98 1.51 1.34 -
YUV 27.29 128.4 112.81 -
System Red Green Blue C M Y K H S L
Decimal 6 38 28 0.84 0 0.26 0.85 161.25 0.73 0.09
Hex 6 26 1C 54 0 1A 55 A1 49 9
Octal 6 46 34 124 0 32 125 241 111 11
Binary 110 100110 11100 1010100 0 11010 1010101 10100001 1001001 1001

Color Harmonies of #06261C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06261C

Black with #06261C

Text Example


Text Example

White with #06261C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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