Html Css Color HEX #00250E Dark Green

📋 copy color: '#00250E'

red 0 ◦ green 37 ◦ blue 14

#00250E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #00250E

Tints of Dark Green #00250E

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 37 (14.84% from 255) = 72.55%

 BLUE value IS 14 (5.86% from 255) = 27.45%

R = 0%
G = 72.55%
B = 27.45%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.62

 K value IS 0.85

RGB Variations

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

Color information

#00250E (or 0x00250E) is known color: Dark Green. HEX triplet: 00, 25 and 0E. RGB value is (0,37,14). Sum of RGB (Red+Green+Blue) = 0+37+14=51 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 51); Green value is 37 (14.84% from 255 or 72.55% from 51); Blue value is 14 (5.86% from 255 or 27.45% from 51); Max value from RGB is 37 - color contains mainly: green. Hex color #00250E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00250E is #FFDAF1. Grayscale: #171717. Windows color (decimal): -16767730 or 926976. OLE color: 926976.

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

Color convert

RGB 0 37 14 -
CMYK 1 0 0.62 0.85
HSL 142.7º 1% 0.07% -
HSV(B) 142.7º 1% 0.15% -
XYZ 0.74 1.35 0.64 -
YUV 23.32 122.74 111.37 -
System Red Green Blue C M Y K H S L
Decimal 0 37 14 1 0 0.62 0.85 142.7 1 0.07
Hex 0 25 E 64 0 3E 55 8F 64 7
Octal 0 45 16 144 0 76 125 217 144 7
Binary 0 100101 1110 1100100 0 111110 1010101 10001111 1100100 111

Color Harmonies of #00250E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00250E

Black with #00250E

Text Example


Text Example

White with #00250E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00250E;
 }
 .AnyTagClassName
 {
   color: #00250E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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