Html Css Color HEX #08382C Dark Green

📋 copy color: '#08382C'

red 8 ◦ green 56 ◦ blue 44

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

Shades of Dark Green #08382C

Tints of Dark Green #08382C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 51.85%

 BLUE value IS 44 (17.58% from 255) = 40.74%

R = 7.41%
G = 51.85%
B = 40.74%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.21

 K value IS 0.78

RGB Variations

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

Color information

#08382C (or 0x08382C) is known color: Dark Green. HEX triplet: 08, 38 and 2C. RGB value is (8,56,44). Sum of RGB (Red+Green+Blue) = 8+56+44=108 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.41% from 108); Green value is 56 (22.27% from 255 or 51.85% from 108); Blue value is 44 (17.58% from 255 or 40.74% from 108); Max value from RGB is 56 - color contains mainly: green. Hex color #08382C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08382C is #F7C7D3. Grayscale: #282828. Windows color (decimal): -16238548 or 2897928. OLE color: 2897928.

HSL color Cylindrical-coordinate representation of color #08382C: hue angle of 165º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #08382C is Cyan = 0.86, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.78.

Color convert

RGB 8 56 44 -
CMYK 0.86 0 0.21 0.78
HSL 165º 0.75% 0.13% -
HSV(B) 165º 0.86% 0.22% -
XYZ 1.97 3.06 2.87 -
YUV 40.28 130.1 104.98 -
System Red Green Blue C M Y K H S L
Decimal 8 56 44 0.86 0 0.21 0.78 165 0.75 0.13
Hex 8 38 2C 56 0 15 4E A5 4B D
Octal 10 70 54 126 0 25 116 245 113 15
Binary 1000 111000 101100 1010110 0 10101 1001110 10100101 1001011 1101

Color Harmonies of #08382C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08382C

Black with #08382C

Text Example


Text Example

White with #08382C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,56,44); }

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

background-color css

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

 a { background-color: rgb(8,56,44); }

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

border-color css

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

 span { border-color: rgb(8,56,44); }

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