#00382A

Color #00382A Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #00382A

Tints of Dark Green #00382A

Color information

#00382A (or 0x00382A) is unknown color: approx Dark Green. HEX triplet: 00, 38 and 2A. RGB value is (0,56,42). Sum of RGB (Red+Green+Blue) = 0+56+42=98 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 98); Green value is 56 (22.27% from 255 or 57.14% from 98); Blue value is 42 (16.80% from 255 or 42.86% from 98); Max value from RGB is 56 - color contains mainly: green. Hex color #00382A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00382A is #FFC7D5. Grayscale: #252525. Windows color (decimal): -16762838 or 2766848. OLE color: 2766848.

HSL color Cylindrical-coordinate representation of color #00382A: hue angle of 165º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00382A is Cyan = 1, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.78.

Color convert

RGB05642-
CMYK100.250.78
HSL165º100%10.98%-
HSV(B)165º100%21.96%-
XYZ1.8332.67-
YUV37.66130.45101.14-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 56 (22.27% from 255) = 57.14%
BLUE value IS 42 (16.80% from 255) = 42.86%
R=0%
G=57.14%
B=42.86%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal05642100.250.7816510010.98
Hex0382A640194Ea564b
Octal0705214403111624514413
Binary0111000101010110010001100110011101010010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00382A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,56,42); }

 H1.HeaderClassName
 {
   color: #00382A;
 }
 .AnyTagClassName
 {
   color: #00382A;
 }
</style>
background-color css

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

 a { background-color: rgb(0,56,42); }

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

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

 span { border-color: rgb(0,56,42); }

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