Html Css Color HEX #06382F Dark Green

📋 copy color: '#06382F'

red 6 ◦ green 56 ◦ blue 47

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

Shades of Dark Green #06382F

Tints of Dark Green #06382F

RGB

 RED value IS 6 (2.73% from 255) = 5.5%

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

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

R = 5.5%
G = 51.38%
B = 43.12%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.16

 K value IS 0.78

RGB Variations

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

Color information

#06382F (or 0x06382F) is known color: Dark Green. HEX triplet: 06, 38 and 2F. RGB value is (6,56,47). Sum of RGB (Red+Green+Blue) = 6+56+47=109 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.50% from 109); Green value is 56 (22.27% from 255 or 51.38% from 109); Blue value is 47 (18.75% from 255 or 43.12% from 109); Max value from RGB is 56 - color contains mainly: green. Hex color #06382F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06382F is #F9C7D0. Grayscale: #282828. Windows color (decimal): -16369617 or 3094534. OLE color: 3094534.

HSL color Cylindrical-coordinate representation of color #06382F: hue angle of 169.2º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #06382F is Cyan = 0.89, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB 6 56 47 -
CMYK 0.89 0 0.16 0.78
HSL 169.2º 0.81% 0.12% -
HSV(B) 169.2º 0.89% 0.22% -
XYZ 2 3.07 3.18 -
YUV 40.02 131.94 103.73 -
System Red Green Blue C M Y K H S L
Decimal 6 56 47 0.89 0 0.16 0.78 169.2 0.81 0.12
Hex 6 38 2F 59 0 10 4E A9 51 C
Octal 6 70 57 131 0 20 116 251 121 14
Binary 110 111000 101111 1011001 0 10000 1001110 10101001 1010001 1100

Color Harmonies of #06382F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06382F

Black with #06382F

Text Example


Text Example

White with #06382F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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