Html Css Color HEX #025E11 Green

📋 copy color: '#025E11'

red 2 ◦ green 94 ◦ blue 17

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

Shades of Green #025E11

Tints of Green #025E11

RGB

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

 GREEN value IS 94 (37.11% from 255) = 83.19%

 BLUE value IS 17 (7.03% from 255) = 15.04%

R = 1.77%
G = 83.19%
B = 15.04%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.82

 K value IS 0.63

RGB Variations

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

Color information

#025E11 (or 0x025E11) is known color: Green. HEX triplet: 02, 5E and 11. RGB value is (2,94,17). Sum of RGB (Red+Green+Blue) = 2+94+17=113 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.77% from 113); Green value is 94 (37.11% from 255 or 83.19% from 113); Blue value is 17 (7.03% from 255 or 15.04% from 113); Max value from RGB is 94 - color contains mainly: green. Hex color #025E11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025E11 is #FDA1EE. Grayscale: #393939. Windows color (decimal): -16622063 or 1138178. OLE color: 1138178.

HSL color Cylindrical-coordinate representation of color #025E11: hue angle of 129.78º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025E11 is Cyan = 0.98, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.63.

Color convert

RGB 2 94 17 -
CMYK 0.98 0 0.82 0.63
HSL 129.78º 0.96% 0.19% -
HSV(B) 129.78º 0.98% 0.37% -
XYZ 4.13 8.06 1.87 -
YUV 57.71 105.02 88.26 -
System Red Green Blue C M Y K H S L
Decimal 2 94 17 0.98 0 0.82 0.63 129.78 0.96 0.19
Hex 2 5E 11 62 0 52 3F 82 60 13
Octal 2 136 21 142 0 122 77 202 140 23
Binary 10 1011110 10001 1100010 0 1010010 111111 10000010 1100000 10011

Color Harmonies of #025E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025E11

Black with #025E11

Text Example


Text Example

White with #025E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025E11; }

 p { color: rgb(2,94,17); }

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

background-color css

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

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

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

border-color css

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

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

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