#00250B

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

Shades of Dark Green #00250B

Tints of Dark Green #00250B

Color information

#00250B (or 0x00250B) is unknown color: approx Dark Green. HEX triplet: 00, 25 and 0B. RGB value is (0,37,11). Sum of RGB (Red+Green+Blue) = 0+37+11=48 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 48); Green value is 37 (14.84% from 255 or 77.08% from 48); Blue value is 11 (4.69% from 255 or 22.92% from 48); Max value from RGB is 37 - color contains mainly: green. Hex color #00250B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00250B is #FFDAF4. Grayscale: #171717. Windows color (decimal): -16767733 or 730368. OLE color: 730368.

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

Color convert

RGB03711-
CMYK100.700.85
HSL137.84º100%7.25%-
HSV(B)137.84º100%14.51%-
XYZ0.721.350.54-
YUV22.97121.24111.61-

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) = 77.08%
BLUE value IS 11 (4.69% from 255) = 22.92%
R=0%
G=77.08%
B=22.92%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal03711100.700.85137.841007.25
Hex025B64046558a647
Octal0451314401061252121447
Binary010010110111100100010001101010101100010101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00250B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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