#00371C

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

Shades of Dark Green #00371C

Tints of Dark Green #00371C

Color information

#00371C (or 0x00371C) is unknown color: approx Dark Green. HEX triplet: 00, 37 and 1C. RGB value is (0,55,28). Sum of RGB (Red+Green+Blue) = 0+55+28=83 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 83); Green value is 55 (21.88% from 255 or 66.27% from 83); Blue value is 28 (11.33% from 255 or 33.73% from 83); Max value from RGB is 55 - color contains mainly: green. Hex color #00371C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00371C is #FFC8E3. Grayscale: #232323. Windows color (decimal): -16763108 or 1849088. OLE color: 1849088.

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

Color convert

RGB05528-
CMYK100.490.78
HSL150.55º100%10.78%-
HSV(B)150.55º100%21.57%-
XYZ1.582.821.56-
YUV35.48123.78102.7-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 55 (21.88% from 255) = 66.27%
BLUE value IS 28 (11.33% from 255) = 33.73%
R=0%
G=66.27%
B=33.73%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal05528100.490.78150.5510010.78
Hex0371C640314E9764b
Octal0673414406111622714413
Binary0110111111001100100011000110011101001011111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00371C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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