#00251F

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

Shades of Dark Green #00251F

Tints of Dark Green #00251F

Color information

#00251F (or 0x00251F) is unknown color: approx Dark Green. HEX triplet: 00, 25 and 1F. RGB value is (0,37,31). Sum of RGB (Red+Green+Blue) = 0+37+31=68 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 68); Green value is 37 (14.84% from 255 or 54.41% from 68); Blue value is 31 (12.5% from 255 or 45.59% from 68); Max value from RGB is 37 - color contains mainly: green. Hex color #00251F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00251F is #FFDAE0. Grayscale: #191919. Windows color (decimal): -16767713 or 2041088. OLE color: 2041088.

HSL color Cylindrical-coordinate representation of color #00251F: hue angle of 170.27º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00251F is Cyan = 1, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.85.

Color convert

RGB03731-
CMYK100.160.85
HSL170.27º100%7.25%-
HSV(B)170.27º100%14.51%-
XYZ0.911.421.52-
YUV25.25131.24109.99-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 37 (14.84% from 255) = 54.41%
BLUE value IS 31 (12.5% from 255) = 45.59%
R=0%
G=54.41%
B=45.59%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal03731100.160.85170.271007.25
Hex0251F6401055aa647
Octal045371440201252521447
Binary01001011111111001000100001010101101010101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00251F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00251F; }

 p { color: rgb(0,37,31); }

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

<style>
 a { background-color: #00251F; }

 a { background-color: rgb(0,37,31); }

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

<style>
 span { border-color: #00251F; }

 span { border-color: rgb(0,37,31); }

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