Html Css Color HEX #025500 Green

📋 copy color: '#025500'

red 2 ◦ green 85 ◦ blue 0

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

Shades of Green #025500

Tints of Green #025500

RGB

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

 GREEN value IS 85 (33.59% from 255) = 97.7%

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

R = 2.3%
G = 97.7%
B = 0%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#025500 (or 0x025500) is known color: Green. HEX triplet: 02, 55 and 00. RGB value is (2,85,0). Sum of RGB (Red+Green+Blue) = 2+85+0=87 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.30% from 87); Green value is 85 (33.59% from 255 or 97.70% from 87); Blue value is 0 (0.39% from 255 or 0% from 87); Max value from RGB is 85 - color contains mainly: green. Hex color #025500 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025500 is #FDAAFF. Grayscale: #323232. Windows color (decimal): -16624384 or 21762. OLE color: 21762.

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

Color convert

RGB 2 85 0 -
CMYK 0.98 0 1 0.67
HSL 118.59º 1% 0.17% -
HSV(B) 118.59º 1% 0.33% -
XYZ 3.27 6.51 1.08 -
YUV 50.49 99.5 93.41 -
System Red Green Blue C M Y K H S L
Decimal 2 85 0 0.98 0 1 0.67 118.59 1 0.17
Hex 2 55 0 62 0 64 43 77 64 11
Octal 2 125 0 142 0 144 103 167 144 21
Binary 10 1010101 0 1100010 0 1100100 1000011 1110111 1100100 10001

Color Harmonies of #025500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025500

Black with #025500

Text Example


Text Example

White with #025500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025500; }

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

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

background-color css

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

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

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

border-color css

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

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

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