Html Css Color HEX #08332A Dark Green

📋 copy color: '#08332A'

red 8 ◦ green 51 ◦ blue 42

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

Shades of Dark Green #08332A

Tints of Dark Green #08332A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 41.58%

R = 7.92%
G = 50.5%
B = 41.58%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.18

 K value IS 0.8

RGB Variations

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

Color information

#08332A (or 0x08332A) is known color: Dark Green. HEX triplet: 08, 33 and 2A. RGB value is (8,51,42). Sum of RGB (Red+Green+Blue) = 8+51+42=101 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.92% from 101); Green value is 51 (20.31% from 255 or 50.50% from 101); Blue value is 42 (16.80% from 255 or 41.58% from 101); Max value from RGB is 51 - color contains mainly: green. Hex color #08332A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08332A is #F7CCD5. Grayscale: #252525. Windows color (decimal): -16239830 or 2765576. OLE color: 2765576.

HSL color Cylindrical-coordinate representation of color #08332A: hue angle of 167.44º 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 #08332A is Cyan = 0.84, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.8.

Color convert

RGB 8 51 42 -
CMYK 0.84 0 0.18 0.8
HSL 167.44º 0.73% 0.12% -
HSV(B) 167.44º 0.84% 0.2% -
XYZ 1.7 2.59 2.6 -
YUV 37.12 130.75 107.23 -
System Red Green Blue C M Y K H S L
Decimal 8 51 42 0.84 0 0.18 0.8 167.44 0.73 0.12
Hex 8 33 2A 54 0 12 50 A7 49 C
Octal 10 63 52 124 0 22 120 247 111 14
Binary 1000 110011 101010 1010100 0 10010 1010000 10100111 1001001 1100

Color Harmonies of #08332A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08332A

Black with #08332A

Text Example


Text Example

White with #08332A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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