Html Css Color HEX #025502 Green

📋 copy color: '#025502'

red 2 ◦ green 85 ◦ blue 2

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

Shades of Green #025502

Tints of Green #025502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 2.25%

R = 2.25%
G = 95.51%
B = 2.25%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#025502 (or 0x025502) is known color: Green. HEX triplet: 02, 55 and 02. RGB value is (2,85,2). Sum of RGB (Red+Green+Blue) = 2+85+2=89 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.25% from 89); Green value is 85 (33.59% from 255 or 95.51% from 89); Blue value is 2 (1.17% from 255 or 2.25% from 89); Max value from RGB is 85 - color contains mainly: green. Hex color #025502 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025502 is #FDAAFD. Grayscale: #323232. Windows color (decimal): -16624382 or 152834. OLE color: 152834.

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

Color convert

RGB 2 85 2 -
CMYK 0.98 0 0.98 0.67
HSL 120º 0.95% 0.17% -
HSV(B) 120º 0.98% 0.33% -
XYZ 3.28 6.51 1.14 -
YUV 50.72 100.5 93.25 -
System Red Green Blue C M Y K H S L
Decimal 2 85 2 0.98 0 0.98 0.67 120 0.95 0.17
Hex 2 55 2 62 0 62 43 78 5F 11
Octal 2 125 2 142 0 142 103 170 137 21
Binary 10 1010101 10 1100010 0 1100010 1000011 1111000 1011111 10001

Color Harmonies of #025502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025502

Black with #025502

Text Example


Text Example

White with #025502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025502; }

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

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

background-color css

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

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

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

border-color css

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

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

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