Html Css Color HEX #025800 Green

📋 copy color: '#025800'

red 2 ◦ green 88 ◦ blue 0

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

Shades of Green #025800

Tints of Green #025800

RGB

 RED value IS 2 (1.17% from 255) = 2.22%

 GREEN value IS 88 (34.77% from 255) = 97.78%

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

R = 2.22%
G = 97.78%
B = 0%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 1

 K value IS 0.65

RGB Variations

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

Color information

#025800 (or 0x025800) is known color: Green. HEX triplet: 02, 58 and 00. RGB value is (2,88,0). Sum of RGB (Red+Green+Blue) = 2+88+0=90 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.22% from 90); Green value is 88 (34.77% from 255 or 97.78% from 90); Blue value is 0 (0.39% from 255 or 0% from 90); Max value from RGB is 88 - color contains mainly: green. Hex color #025800 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025800 is #FDA7FF. Grayscale: #343434. Windows color (decimal): -16623616 or 22530. OLE color: 22530.

HSL color Cylindrical-coordinate representation of color #025800: hue angle of 118.64º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #025800 is Cyan = 0.98, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.65.

Color convert

RGB 2 88 0 -
CMYK 0.98 0 1 0.65
HSL 118.64º 1% 0.17% -
HSV(B) 118.64º 1% 0.35% -
XYZ 3.51 6.99 1.16 -
YUV 52.25 98.51 92.16 -
System Red Green Blue C M Y K H S L
Decimal 2 88 0 0.98 0 1 0.65 118.64 1 0.17
Hex 2 58 0 62 0 64 41 77 64 11
Octal 2 130 0 142 0 144 101 167 144 21
Binary 10 1011000 0 1100010 0 1100100 1000001 1110111 1100100 10001

Color Harmonies of #025800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025800

Black with #025800

Text Example


Text Example

White with #025800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025800; }

 p { color: rgb(2,88,0); }

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

background-color css

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

 a { background-color: rgb(2,88,0); }

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

border-color css

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

 span { border-color: rgb(2,88,0); }

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