Html Css Color HEX #08331A Dark Green

📋 copy color: '#08331A'

red 8 ◦ green 51 ◦ blue 26

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

Shades of Dark Green #08331A

Tints of Dark Green #08331A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 60%

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

R = 9.41%
G = 60%
B = 30.59%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.49

 K value IS 0.8

RGB Variations

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

Color information

#08331A (or 0x08331A) is known color: Dark Green. HEX triplet: 08, 33 and 1A. RGB value is (8,51,26). Sum of RGB (Red+Green+Blue) = 8+51+26=85 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.41% from 85); Green value is 51 (20.31% from 255 or 60% from 85); Blue value is 26 (10.55% from 255 or 30.59% from 85); Max value from RGB is 51 - color contains mainly: green. Hex color #08331A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08331A is #F7CCE5. Grayscale: #232323. Windows color (decimal): -16239846 or 1717000. OLE color: 1717000.

HSL color Cylindrical-coordinate representation of color #08331A: hue angle of 145.12º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #08331A is Cyan = 0.84, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.8.

Color convert

RGB 8 51 26 -
CMYK 0.84 0 0.49 0.8
HSL 145.12º 0.73% 0.12% -
HSV(B) 145.12º 0.84% 0.2% -
XYZ 1.47 2.49 1.38 -
YUV 35.29 122.75 108.53 -
System Red Green Blue C M Y K H S L
Decimal 8 51 26 0.84 0 0.49 0.8 145.12 0.73 0.12
Hex 8 33 1A 54 0 31 50 91 49 C
Octal 10 63 32 124 0 61 120 221 111 14
Binary 1000 110011 11010 1010100 0 110001 1010000 10010001 1001001 1100

Color Harmonies of #08331A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08331A

Black with #08331A

Text Example


Text Example

White with #08331A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,51,26); }

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

background-color css

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

 a { background-color: rgb(8,51,26); }

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

border-color css

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

 span { border-color: rgb(8,51,26); }

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