Html Css Color HEX #027130 Fun Green

📋 copy color: '#027130'

red 2 ◦ green 113 ◦ blue 48

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

Shades of Fun Green #027130

Tints of Fun Green #027130

RGB

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

 GREEN value IS 113 (44.53% from 255) = 69.33%

 BLUE value IS 48 (19.14% from 255) = 29.45%

R = 1.23%
G = 69.33%
B = 29.45%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#027130 (or 0x027130) is known color: Fun Green. HEX triplet: 02, 71 and 30. RGB value is (2,113,48). Sum of RGB (Red+Green+Blue) = 2+113+48=163 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 163); Green value is 113 (44.53% from 255 or 69.33% from 163); Blue value is 48 (19.14% from 255 or 29.45% from 163); Max value from RGB is 113 - color contains mainly: green. Hex color #027130 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027130 is #FD8ECF. Grayscale: #484848. Windows color (decimal): -16617168 or 3174658. OLE color: 3174658.

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

Color convert

RGB 2 113 48 -
CMYK 0.98 0 0.58 0.56
HSL 144.86º 0.97% 0.23% -
HSV(B) 144.86º 0.98% 0.44% -
XYZ 6.46 12.04 4.78 -
YUV 72.4 114.23 77.79 -
System Red Green Blue C M Y K H S L
Decimal 2 113 48 0.98 0 0.58 0.56 144.86 0.97 0.23
Hex 2 71 30 62 0 3A 38 91 61 17
Octal 2 161 60 142 0 72 70 221 141 27
Binary 10 1110001 110000 1100010 0 111010 111000 10010001 1100001 10111

Color Harmonies of #027130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027130

Black with #027130

Text Example


Text Example

White with #027130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027130; }

 p { color: rgb(2,113,48); }

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

background-color css

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

 a { background-color: rgb(2,113,48); }

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

border-color css

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

 span { border-color: rgb(2,113,48); }

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