Html Css Color HEX #00250A Dark Green

📋 copy color: '#00250A'

red 0 ◦ green 37 ◦ blue 10

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

Shades of Dark Green #00250A

Tints of Dark Green #00250A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 21.28%

R = 0%
G = 78.72%
B = 21.28%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.73

 K value IS 0.85

RGB Variations

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

Color information

#00250A (or 0x00250A) is known color: Dark Green. HEX triplet: 00, 25 and 0A. RGB value is (0,37,10). Sum of RGB (Red+Green+Blue) = 0+37+10=47 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 47); Green value is 37 (14.84% from 255 or 78.72% from 47); Blue value is 10 (4.30% from 255 or 21.28% from 47); Max value from RGB is 37 - color contains mainly: green. Hex color #00250A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00250A is #FFDAF5. Grayscale: #161616. Windows color (decimal): -16767734 or 664832. OLE color: 664832.

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

Color convert

RGB 0 37 10 -
CMYK 1 0 0.73 0.85
HSL 136.22º 1% 0.07% -
HSV(B) 136.22º 1% 0.15% -
XYZ 0.72 1.35 0.51 -
YUV 22.86 120.74 111.7 -
System Red Green Blue C M Y K H S L
Decimal 0 37 10 1 0 0.73 0.85 136.22 1 0.07
Hex 0 25 A 64 0 49 55 88 64 7
Octal 0 45 12 144 0 111 125 210 144 7
Binary 0 100101 1010 1100100 0 1001001 1010101 10001000 1100100 111

Color Harmonies of #00250A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00250A

Black with #00250A

Text Example


Text Example

White with #00250A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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