Html Css Color HEX #027215 Green

📋 copy color: '#027215'

red 2 ◦ green 114 ◦ blue 21

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

Shades of Green #027215

Tints of Green #027215

RGB

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

 GREEN value IS 114 (44.92% from 255) = 83.21%

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

R = 1.46%
G = 83.21%
B = 15.33%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#027215 (or 0x027215) is known color: Green. HEX triplet: 02, 72 and 15. RGB value is (2,114,21). Sum of RGB (Red+Green+Blue) = 2+114+21=137 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.46% from 137); Green value is 114 (44.92% from 255 or 83.21% from 137); Blue value is 21 (8.59% from 255 or 15.33% from 137); Max value from RGB is 114 - color contains mainly: green. Hex color #027215 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027215 is #FD8DEA. Grayscale: #464646. Windows color (decimal): -16616939 or 1405442. OLE color: 1405442.

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

Color convert

RGB 2 114 21 -
CMYK 0.98 0 0.82 0.55
HSL 130.18º 0.97% 0.23% -
HSV(B) 130.18º 0.98% 0.45% -
XYZ 6.18 12.1 2.72 -
YUV 69.91 100.39 79.56 -
System Red Green Blue C M Y K H S L
Decimal 2 114 21 0.98 0 0.82 0.55 130.18 0.97 0.23
Hex 2 72 15 62 0 52 37 82 61 17
Octal 2 162 25 142 0 122 67 202 141 27
Binary 10 1110010 10101 1100010 0 1010010 110111 10000010 1100001 10111

Color Harmonies of #027215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027215

Black with #027215

Text Example


Text Example

White with #027215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027215; }

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

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

background-color css

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

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

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

border-color css

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

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

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