Html Css Color HEX #082926 Dark Green

📋 copy color: '#082926'

red 8 ◦ green 41 ◦ blue 38

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

Shades of Dark Green #082926

Tints of Dark Green #082926

RGB

 RED value IS 8 (3.52% from 255) = 9.2%

 GREEN value IS 41 (16.41% from 255) = 47.13%

 BLUE value IS 38 (15.23% from 255) = 43.68%

R = 9.2%
G = 47.13%
B = 43.68%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.07

 K value IS 0.84

RGB Variations

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

Color information

#082926 (or 0x082926) is known color: Dark Green. HEX triplet: 08, 29 and 26. RGB value is (8,41,38). Sum of RGB (Red+Green+Blue) = 8+41+38=87 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.20% from 87); Green value is 41 (16.41% from 255 or 47.13% from 87); Blue value is 38 (15.23% from 255 or 43.68% from 87); Max value from RGB is 41 - color contains mainly: green. Hex color #082926 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082926 is #F7D6D9. Grayscale: #1E1E1E. Windows color (decimal): -16242394 or 2500872. OLE color: 2500872.

HSL color Cylindrical-coordinate representation of color #082926: hue angle of 174.55º degrees, saturation: 0.67, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #082926 is Cyan = 0.80, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.84.

Color convert

RGB 8 41 38 -
CMYK 0.80 0 0.07 0.84
HSL 174.55º 0.67% 0.1% -
HSV(B) 174.55º 0.8% 0.16% -
XYZ 1.24 1.78 2.11 -
YUV 30.79 132.07 111.74 -
System Red Green Blue C M Y K H S L
Decimal 8 41 38 0.80 0 0.07 0.84 174.55 0.67 0.1
Hex 8 29 26 50 0 7 54 AF 43 A
Octal 10 51 46 120 0 7 124 257 103 12
Binary 1000 101001 100110 1010000 0 111 1010100 10101111 1000011 1010

Color Harmonies of #082926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082926

Black with #082926

Text Example


Text Example

White with #082926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082926; }

 p { color: rgb(8,41,38); }

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

background-color css

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

 a { background-color: rgb(8,41,38); }

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

border-color css

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

 span { border-color: rgb(8,41,38); }

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