Html Css Color HEX #027514 Green

📋 copy color: '#027514'

red 2 ◦ green 117 ◦ blue 20

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

Shades of Green #027514

Tints of Green #027514

RGB

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

 GREEN value IS 117 (46.09% from 255) = 84.17%

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

R = 1.44%
G = 84.17%
B = 14.39%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#027514 (or 0x027514) is known color: Green. HEX triplet: 02, 75 and 14. RGB value is (2,117,20). Sum of RGB (Red+Green+Blue) = 2+117+20=139 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.44% from 139); Green value is 117 (46.09% from 255 or 84.17% from 139); Blue value is 20 (8.20% from 255 or 14.39% from 139); Max value from RGB is 117 - color contains mainly: green. Hex color #027514 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027514 is #FD8AEB. Grayscale: #474747. Windows color (decimal): -16616172 or 1340674. OLE color: 1340674.

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

Color convert

RGB 2 117 20 -
CMYK 0.98 0 0.83 0.54
HSL 129.39º 0.97% 0.23% -
HSV(B) 129.39º 0.98% 0.46% -
XYZ 6.51 12.79 2.79 -
YUV 71.56 98.9 78.39 -
System Red Green Blue C M Y K H S L
Decimal 2 117 20 0.98 0 0.83 0.54 129.39 0.97 0.23
Hex 2 75 14 62 0 53 36 81 61 17
Octal 2 165 24 142 0 123 66 201 141 27
Binary 10 1110101 10100 1100010 0 1010011 110110 10000001 1100001 10111

Color Harmonies of #027514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027514

Black with #027514

Text Example


Text Example

White with #027514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027514; }

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

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

background-color css

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

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

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

border-color css

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

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

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