#00382B

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

Shades of Dark Green #00382B

Tints of Dark Green #00382B

Color information

#00382B (or 0x00382B) is unknown color: approx Dark Green. HEX triplet: 00, 38 and 2B. RGB value is (0,56,43). Sum of RGB (Red+Green+Blue) = 0+56+43=99 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 99); Green value is 56 (22.27% from 255 or 56.57% from 99); Blue value is 43 (17.19% from 255 or 43.43% from 99); Max value from RGB is 56 - color contains mainly: green. Hex color #00382B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00382B is #FFC7D4. Grayscale: #252525. Windows color (decimal): -16762837 or 2832384. OLE color: 2832384.

HSL color Cylindrical-coordinate representation of color #00382B: hue angle of 166.07º 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 #00382B is Cyan = 1, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.78.

Color convert

RGB05643-
CMYK100.230.78
HSL166.07º100%10.98%-
HSV(B)166.07º100%21.96%-
XYZ1.8532.77-
YUV37.77130.95101.06-

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) = 56.57%
BLUE value IS 43 (17.19% from 255) = 43.43%
R=0%
G=56.57%
B=43.43%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal05643100.230.78166.0710010.98
Hex0382B640174Ea664b
Octal0705314402711624614413
Binary0111000101011110010001011110011101010011011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00382B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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