Html Css Color HEX #08382F Dark Green

📋 copy color: '#08382F'

red 8 ◦ green 56 ◦ blue 47

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

Shades of Dark Green #08382F

Tints of Dark Green #08382F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 42.34%

R = 7.21%
G = 50.45%
B = 42.34%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.16

 K value IS 0.78

RGB Variations

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

Color information

#08382F (or 0x08382F) is known color: Dark Green. HEX triplet: 08, 38 and 2F. RGB value is (8,56,47). Sum of RGB (Red+Green+Blue) = 8+56+47=111 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.21% from 111); Green value is 56 (22.27% from 255 or 50.45% from 111); Blue value is 47 (18.75% from 255 or 42.34% from 111); Max value from RGB is 56 - color contains mainly: green. Hex color #08382F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08382F is #F7C7D0. Grayscale: #282828. Windows color (decimal): -16238545 or 3094536. OLE color: 3094536.

HSL color Cylindrical-coordinate representation of color #08382F: hue angle of 168.75º 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 #08382F is Cyan = 0.86, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB 8 56 47 -
CMYK 0.86 0 0.16 0.78
HSL 168.75º 0.75% 0.13% -
HSV(B) 168.75º 0.86% 0.22% -
XYZ 2.03 3.09 3.18 -
YUV 40.62 131.6 104.73 -
System Red Green Blue C M Y K H S L
Decimal 8 56 47 0.86 0 0.16 0.78 168.75 0.75 0.13
Hex 8 38 2F 56 0 10 4E A9 4B D
Octal 10 70 57 126 0 20 116 251 113 15
Binary 1000 111000 101111 1010110 0 10000 1001110 10101001 1001011 1101

Color Harmonies of #08382F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08382F

Black with #08382F

Text Example


Text Example

White with #08382F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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