Html Css Color HEX #027719 Green

📋 copy color: '#027719'

red 2 ◦ green 119 ◦ blue 25

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

Shades of Green #027719

Tints of Green #027719

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 17.12%

R = 1.37%
G = 81.51%
B = 17.12%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.79

 K value IS 0.53

RGB Variations

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

Color information

#027719 (or 0x027719) is known color: Green. HEX triplet: 02, 77 and 19. RGB value is (2,119,25). Sum of RGB (Red+Green+Blue) = 2+119+25=146 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.37% from 146); Green value is 119 (46.88% from 255 or 81.51% from 146); Blue value is 25 (10.16% from 255 or 17.12% from 146); Max value from RGB is 119 - color contains mainly: green. Hex color #027719 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027719 is #FD88E6. Grayscale: #494949. Windows color (decimal): -16615655 or 1668866. OLE color: 1668866.

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

Color convert

RGB 2 119 25 -
CMYK 0.98 0 0.79 0.53
HSL 131.79º 0.97% 0.24% -
HSV(B) 131.79º 0.98% 0.47% -
XYZ 6.8 13.28 3.12 -
YUV 73.3 100.74 77.14 -
System Red Green Blue C M Y K H S L
Decimal 2 119 25 0.98 0 0.79 0.53 131.79 0.97 0.24
Hex 2 77 19 62 0 4F 35 84 61 18
Octal 2 167 31 142 0 117 65 204 141 30
Binary 10 1110111 11001 1100010 0 1001111 110101 10000100 1100001 11000

Color Harmonies of #027719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027719

Black with #027719

Text Example


Text Example

White with #027719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027719; }

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

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

background-color css

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

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

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

border-color css

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

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

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