Html Css Color HEX #00251E Dark Green

📋 copy color: '#00251E'

red 0 ◦ green 37 ◦ blue 30

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

Shades of Dark Green #00251E

Tints of Dark Green #00251E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 44.78%

R = 0%
G = 55.22%
B = 44.78%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.19

 K value IS 0.85

RGB Variations

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

Color information

#00251E (or 0x00251E) is known color: Dark Green. HEX triplet: 00, 25 and 1E. RGB value is (0,37,30). Sum of RGB (Red+Green+Blue) = 0+37+30=67 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 67); Green value is 37 (14.84% from 255 or 55.22% from 67); Blue value is 30 (12.11% from 255 or 44.78% from 67); Max value from RGB is 37 - color contains mainly: green. Hex color #00251E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00251E is #FFDAE1. Grayscale: #191919. Windows color (decimal): -16767714 or 1975552. OLE color: 1975552.

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

Color convert

RGB 0 37 30 -
CMYK 1 0 0.19 0.85
HSL 168.65º 1% 0.07% -
HSV(B) 168.65º 1% 0.15% -
XYZ 0.9 1.42 1.45 -
YUV 25.14 130.74 110.07 -
System Red Green Blue C M Y K H S L
Decimal 0 37 30 1 0 0.19 0.85 168.65 1 0.07
Hex 0 25 1E 64 0 13 55 A9 64 7
Octal 0 45 36 144 0 23 125 251 144 7
Binary 0 100101 11110 1100100 0 10011 1010101 10101001 1100100 111

Color Harmonies of #00251E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00251E

Black with #00251E

Text Example


Text Example

White with #00251E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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