Html Css Color HEX #027502 Green

📋 copy color: '#027502'

red 2 ◦ green 117 ◦ blue 2

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

Shades of Green #027502

Tints of Green #027502

RGB

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

 GREEN value IS 117 (46.09% from 255) = 96.69%

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

R = 1.65%
G = 96.69%
B = 1.65%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#027502 (or 0x027502) is known color: Green. HEX triplet: 02, 75 and 02. RGB value is (2,117,2). Sum of RGB (Red+Green+Blue) = 2+117+2=121 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.65% from 121); Green value is 117 (46.09% from 255 or 96.69% from 121); Blue value is 2 (1.17% from 255 or 1.65% from 121); Max value from RGB is 117 - color contains mainly: green. Hex color #027502 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027502 is #FD8AFD. Grayscale: #454545. Windows color (decimal): -16616190 or 161026. OLE color: 161026.

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

Color convert

RGB 2 117 2 -
CMYK 0.98 0 0.98 0.54
HSL 120º 0.97% 0.23% -
HSV(B) 120º 0.98% 0.46% -
XYZ 6.4 12.74 2.18 -
YUV 69.51 89.9 79.85 -
System Red Green Blue C M Y K H S L
Decimal 2 117 2 0.98 0 0.98 0.54 120 0.97 0.23
Hex 2 75 2 62 0 62 36 78 61 17
Octal 2 165 2 142 0 142 66 170 141 27
Binary 10 1110101 10 1100010 0 1100010 110110 1111000 1100001 10111

Color Harmonies of #027502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027502

Black with #027502

Text Example


Text Example

White with #027502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027502; }

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

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

background-color css

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

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

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

border-color css

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

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

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