Html Css Color HEX #027714 Green

📋 copy color: '#027714'

red 2 ◦ green 119 ◦ blue 20

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

Shades of Green #027714

Tints of Green #027714

RGB

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

 GREEN value IS 119 (46.88% from 255) = 84.4%

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

R = 1.42%
G = 84.4%
B = 14.18%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#027714 (or 0x027714) is known color: Green. HEX triplet: 02, 77 and 14. RGB value is (2,119,20). Sum of RGB (Red+Green+Blue) = 2+119+20=141 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.42% from 141); Green value is 119 (46.88% from 255 or 84.40% from 141); Blue value is 20 (8.20% from 255 or 14.18% from 141); Max value from RGB is 119 - color contains mainly: green. Hex color #027714 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027714 is #FD88EB. Grayscale: #494949. Windows color (decimal): -16615660 or 1341186. OLE color: 1341186.

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

Color convert

RGB 2 119 20 -
CMYK 0.98 0 0.83 0.53
HSL 129.23º 0.97% 0.24% -
HSV(B) 129.23º 0.98% 0.47% -
XYZ 6.75 13.26 2.87 -
YUV 72.73 98.24 77.55 -
System Red Green Blue C M Y K H S L
Decimal 2 119 20 0.98 0 0.83 0.53 129.23 0.97 0.24
Hex 2 77 14 62 0 53 35 81 61 18
Octal 2 167 24 142 0 123 65 201 141 30
Binary 10 1110111 10100 1100010 0 1010011 110101 10000001 1100001 11000

Color Harmonies of #027714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027714

Black with #027714

Text Example


Text Example

White with #027714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027714; }

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

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

background-color css

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

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

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

border-color css

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

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

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