#00371A

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

Shades of Dark Green #00371A

Tints of Dark Green #00371A

Color information

#00371A (or 0x00371A) is unknown color: approx Dark Green. HEX triplet: 00, 37 and 1A. RGB value is (0,55,26). Sum of RGB (Red+Green+Blue) = 0+55+26=81 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 81); Green value is 55 (21.88% from 255 or 67.90% from 81); Blue value is 26 (10.55% from 255 or 32.10% from 81); Max value from RGB is 55 - color contains mainly: green. Hex color #00371A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00371A is #FFC8E5. Grayscale: #232323. Windows color (decimal): -16763110 or 1718016. OLE color: 1718016.

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

Color convert

RGB05526-
CMYK100.530.78
HSL148.36º100%10.78%-
HSV(B)148.36º100%21.57%-
XYZ1.552.811.44-
YUV35.25122.78102.86-

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) = 67.90%
BLUE value IS 26 (10.55% from 255) = 32.10%
R=0%
G=67.90%
B=32.10%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal05526100.530.78148.3610010.78
Hex0371A640354E9464b
Octal0673214406511622414413
Binary0110111110101100100011010110011101001010011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00371A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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