Html Css Color HEX #027615 Green

📋 copy color: '#027615'

red 2 ◦ green 118 ◦ blue 21

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

Shades of Green #027615

Tints of Green #027615

RGB

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

 GREEN value IS 118 (46.48% from 255) = 83.69%

 BLUE value IS 21 (8.59% from 255) = 14.89%

R = 1.42%
G = 83.69%
B = 14.89%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#027615 (or 0x027615) is known color: Green. HEX triplet: 02, 76 and 15. RGB value is (2,118,21). Sum of RGB (Red+Green+Blue) = 2+118+21=141 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.42% from 141); Green value is 118 (46.48% from 255 or 83.69% from 141); Blue value is 21 (8.59% from 255 or 14.89% from 141); Max value from RGB is 118 - color contains mainly: green. Hex color #027615 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027615 is #FD89EA. Grayscale: #484848. Windows color (decimal): -16615915 or 1406466. OLE color: 1406466.

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

Color convert

RGB 2 118 21 -
CMYK 0.98 0 0.82 0.54
HSL 129.83º 0.97% 0.24% -
HSV(B) 129.83º 0.98% 0.46% -
XYZ 6.64 13.02 2.87 -
YUV 72.26 99.07 77.89 -
System Red Green Blue C M Y K H S L
Decimal 2 118 21 0.98 0 0.82 0.54 129.83 0.97 0.24
Hex 2 76 15 62 0 52 36 82 61 18
Octal 2 166 25 142 0 122 66 202 141 30
Binary 10 1110110 10101 1100010 0 1010010 110110 10000010 1100001 11000

Color Harmonies of #027615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027615

Black with #027615

Text Example


Text Example

White with #027615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027615; }

 p { color: rgb(2,118,21); }

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

background-color css

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

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

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

border-color css

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

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

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