Html Css Color HEX #027505 Green

📋 copy color: '#027505'

red 2 ◦ green 117 ◦ blue 5

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

Shades of Green #027505

Tints of Green #027505

RGB

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

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

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

R = 1.61%
G = 94.35%
B = 4.03%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#027505 (or 0x027505) is known color: Green. HEX triplet: 02, 75 and 05. RGB value is (2,117,5). Sum of RGB (Red+Green+Blue) = 2+117+5=124 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.61% from 124); Green value is 117 (46.09% from 255 or 94.35% from 124); Blue value is 5 (2.34% from 255 or 4.03% from 124); Max value from RGB is 117 - color contains mainly: green. Hex color #027505 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027505 is #FD8AFA. Grayscale: #464646. Windows color (decimal): -16616187 or 357634. OLE color: 357634.

HSL color Cylindrical-coordinate representation of color #027505: hue angle of 121.57º 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 #027505 is Cyan = 0.98, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.54.

Color convert

RGB 2 117 5 -
CMYK 0.98 0 0.96 0.54
HSL 121.57º 0.97% 0.23% -
HSV(B) 121.57º 0.98% 0.46% -
XYZ 6.41 12.75 2.27 -
YUV 69.85 91.4 79.61 -
System Red Green Blue C M Y K H S L
Decimal 2 117 5 0.98 0 0.96 0.54 121.57 0.97 0.23
Hex 2 75 5 62 0 60 36 7A 61 17
Octal 2 165 5 142 0 140 66 172 141 27
Binary 10 1110101 101 1100010 0 1100000 110110 1111010 1100001 10111

Color Harmonies of #027505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027505

Black with #027505

Text Example


Text Example

White with #027505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027505; }

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

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

background-color css

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

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

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

border-color css

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

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

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