Html Css Color HEX #027114 Green

📋 copy color: '#027114'

red 2 ◦ green 113 ◦ blue 20

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

Shades of Green #027114

Tints of Green #027114

RGB

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

 GREEN value IS 113 (44.53% from 255) = 83.7%

 BLUE value IS 20 (8.2% from 255) = 14.81%

R = 1.48%
G = 83.7%
B = 14.81%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#027114 (or 0x027114) is known color: Green. HEX triplet: 02, 71 and 14. RGB value is (2,113,20). Sum of RGB (Red+Green+Blue) = 2+113+20=135 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.48% from 135); Green value is 113 (44.53% from 255 or 83.70% from 135); Blue value is 20 (8.20% from 255 or 14.81% from 135); Max value from RGB is 113 - color contains mainly: green. Hex color #027114 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027114 is #FD8EEB. Grayscale: #454545. Windows color (decimal): -16617196 or 1339650. OLE color: 1339650.

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

Color convert

RGB 2 113 20 -
CMYK 0.98 0 0.82 0.56
HSL 129.73º 0.97% 0.23% -
HSV(B) 129.73º 0.98% 0.44% -
XYZ 6.06 11.87 2.63 -
YUV 69.21 100.23 80.06 -
System Red Green Blue C M Y K H S L
Decimal 2 113 20 0.98 0 0.82 0.56 129.73 0.97 0.23
Hex 2 71 14 62 0 52 38 82 61 17
Octal 2 161 24 142 0 122 70 202 141 27
Binary 10 1110001 10100 1100010 0 1010010 111000 10000010 1100001 10111

Color Harmonies of #027114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027114

Black with #027114

Text Example


Text Example

White with #027114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027114; }

 p { color: rgb(2,113,20); }

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

background-color css

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

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

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

border-color css

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

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

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