Html Css Color HEX #027713 Green

📋 copy color: '#027713'

red 2 ◦ green 119 ◦ blue 19

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

Shades of Green #027713

Tints of Green #027713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 13.57%

R = 1.43%
G = 85%
B = 13.57%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#027713 (or 0x027713) is known color: Green. HEX triplet: 02, 77 and 13. RGB value is (2,119,19). Sum of RGB (Red+Green+Blue) = 2+119+19=140 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.43% from 140); Green value is 119 (46.88% from 255 or 85% from 140); Blue value is 19 (7.81% from 255 or 13.57% from 140); Max value from RGB is 119 - color contains mainly: green. Hex color #027713 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027713 is #FD88EC. Grayscale: #484848. Windows color (decimal): -16615661 or 1275650. OLE color: 1275650.

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

Color convert

RGB 2 119 19 -
CMYK 0.98 0 0.84 0.53
HSL 128.72º 0.97% 0.24% -
HSV(B) 128.72º 0.98% 0.47% -
XYZ 6.74 13.25 2.82 -
YUV 72.62 97.74 77.63 -
System Red Green Blue C M Y K H S L
Decimal 2 119 19 0.98 0 0.84 0.53 128.72 0.97 0.24
Hex 2 77 13 62 0 54 35 81 61 18
Octal 2 167 23 142 0 124 65 201 141 30
Binary 10 1110111 10011 1100010 0 1010100 110101 10000001 1100001 11000

Color Harmonies of #027713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027713

Black with #027713

Text Example


Text Example

White with #027713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027713; }

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

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

background-color css

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

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

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

border-color css

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

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

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