#00381C

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

Shades of Dark Green #00381C

Tints of Dark Green #00381C

Color information

#00381C (or 0x00381C) is unknown color: approx Dark Green. HEX triplet: 00, 38 and 1C. RGB value is (0,56,28). Sum of RGB (Red+Green+Blue) = 0+56+28=84 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 84); Green value is 56 (22.27% from 255 or 66.67% from 84); Blue value is 28 (11.33% from 255 or 33.33% from 84); Max value from RGB is 56 - color contains mainly: green. Hex color #00381C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00381C is #FFC7E3. Grayscale: #242424. Windows color (decimal): -16762852 or 1849344. OLE color: 1849344.

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

Color convert

RGB05628-
CMYK100.500.78
HSL150º100%10.98%-
HSV(B)150º100%21.96%-
XYZ1.622.911.58-
YUV36.06123.45102.28-

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) = 66.67%
BLUE value IS 28 (11.33% from 255) = 33.33%
R=0%
G=66.67%
B=33.33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal05628100.500.7815010010.98
Hex0381C640324E9664b
Octal0703414406211622614413
Binary0111000111001100100011001010011101001011011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00381C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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