Html Css Color HEX #027813 Green

📋 copy color: '#027813'

red 2 ◦ green 120 ◦ blue 19

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

Shades of Green #027813

Tints of Green #027813

RGB

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

 GREEN value IS 120 (47.27% from 255) = 85.11%

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

R = 1.42%
G = 85.11%
B = 13.48%

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

#027813 (or 0x027813) is known color: Green. HEX triplet: 02, 78 and 13. RGB value is (2,120,19). Sum of RGB (Red+Green+Blue) = 2+120+19=141 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.42% from 141); Green value is 120 (47.27% from 255 or 85.11% from 141); Blue value is 19 (7.81% from 255 or 13.48% from 141); Max value from RGB is 120 - color contains mainly: green. Hex color #027813 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027813 is #FD87EC. Grayscale: #494949. Windows color (decimal): -16615405 or 1275906. OLE color: 1275906.

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

Color convert

RGB 2 120 19 -
CMYK 0.98 0 0.84 0.53
HSL 128.64º 0.97% 0.24% -
HSV(B) 128.64º 0.98% 0.47% -
XYZ 6.86 13.49 2.86 -
YUV 73.2 97.41 77.21 -
System Red Green Blue C M Y K H S L
Decimal 2 120 19 0.98 0 0.84 0.53 128.64 0.97 0.24
Hex 2 78 13 62 0 54 35 81 61 18
Octal 2 170 23 142 0 124 65 201 141 30
Binary 10 1111000 10011 1100010 0 1010100 110101 10000001 1100001 11000

Color Harmonies of #027813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027813

Black with #027813

Text Example


Text Example

White with #027813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027813; }

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

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

background-color css

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

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

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

border-color css

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

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

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