#00250C

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

Shades of Dark Green #00250C

Tints of Dark Green #00250C

Color information

#00250C (or 0x00250C) is unknown color: approx Dark Green. HEX triplet: 00, 25 and 0C. RGB value is (0,37,12). Sum of RGB (Red+Green+Blue) = 0+37+12=49 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 49); Green value is 37 (14.84% from 255 or 75.51% from 49); Blue value is 12 (5.08% from 255 or 24.49% from 49); Max value from RGB is 37 - color contains mainly: green. Hex color #00250C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00250C is #FFDAF3. Grayscale: #171717. Windows color (decimal): -16767732 or 795904. OLE color: 795904.

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

Color convert

RGB03712-
CMYK100.680.85
HSL139.46º100%7.25%-
HSV(B)139.46º100%14.51%-
XYZ0.731.350.57-
YUV23.09121.74111.53-

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) = 75.51%
BLUE value IS 12 (5.08% from 255) = 24.49%
R=0%
G=75.51%
B=24.49%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal03712100.680.85139.461007.25
Hex025C64044558b647
Octal0451414401041252131447
Binary010010111001100100010001001010101100010111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00250C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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