Html Css Color HEX #00250B Dark Green

📋 copy color: '#00250B'

red 0 ◦ green 37 ◦ blue 11

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

Shades of Dark Green #00250B

Tints of Dark Green #00250B

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 value IS 1

 M value IS 0

 Y value IS 0.70

 K value IS 0.85

RGB Variations

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

Color information

#00250B (or 0x00250B) is known color: 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

RGB 0 37 11 -
CMYK 1 0 0.70 0.85
HSL 137.84º 1% 0.07% -
HSV(B) 137.84º 1% 0.15% -
XYZ 0.72 1.35 0.54 -
YUV 22.97 121.24 111.61 -
System Red Green Blue C M Y K H S L
Decimal 0 37 11 1 0 0.70 0.85 137.84 1 0.07
Hex 0 25 B 64 0 46 55 8A 64 7
Octal 0 45 13 144 0 106 125 212 144 7
Binary 0 100101 1011 1100100 0 1000110 1010101 10001010 1100100 111

Color Harmonies of #00250B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00250B

Black with #00250B

Text Example


Text Example

White with #00250B

Text Example


Text Example

HTML Codes & Css Web 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>