Html Css Color HEX #025805 Green

📋 copy color: '#025805'

red 2 ◦ green 88 ◦ blue 5

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

Shades of Green #025805

Tints of Green #025805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 5.26%

R = 2.11%
G = 92.63%
B = 5.26%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.94

 K value IS 0.65

RGB Variations

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

Color information

#025805 (or 0x025805) is known color: Green. HEX triplet: 02, 58 and 05. RGB value is (2,88,5). Sum of RGB (Red+Green+Blue) = 2+88+5=95 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.11% from 95); Green value is 88 (34.77% from 255 or 92.63% from 95); Blue value is 5 (2.34% from 255 or 5.26% from 95); Max value from RGB is 88 - color contains mainly: green. Hex color #025805 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025805 is #FDA7FA. Grayscale: #353535. Windows color (decimal): -16623611 or 350210. OLE color: 350210.

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

Color convert

RGB 2 88 5 -
CMYK 0.98 0 0.94 0.65
HSL 122.09º 0.96% 0.18% -
HSV(B) 122.09º 0.98% 0.35% -
XYZ 3.54 7 1.31 -
YUV 52.82 101.01 91.75 -
System Red Green Blue C M Y K H S L
Decimal 2 88 5 0.98 0 0.94 0.65 122.09 0.96 0.18
Hex 2 58 5 62 0 5E 41 7A 60 12
Octal 2 130 5 142 0 136 101 172 140 22
Binary 10 1011000 101 1100010 0 1011110 1000001 1111010 1100000 10010

Color Harmonies of #025805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025805

Black with #025805

Text Example


Text Example

White with #025805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025805; }

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

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

background-color css

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

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

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

border-color css

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

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

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