Html Css Color HEX #027531 Fun Green

📋 copy color: '#027531'

red 2 ◦ green 117 ◦ blue 49

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

Shades of Fun Green #027531

Tints of Fun Green #027531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 29.17%

R = 1.19%
G = 69.64%
B = 29.17%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#027531 (or 0x027531) is known color: Fun Green. HEX triplet: 02, 75 and 31. RGB value is (2,117,49). Sum of RGB (Red+Green+Blue) = 2+117+49=168 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.19% from 168); Green value is 117 (46.09% from 255 or 69.64% from 168); Blue value is 49 (19.53% from 255 or 29.17% from 168); Max value from RGB is 117 - color contains mainly: green. Hex color #027531 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027531 is #FD8ACE. Grayscale: #4B4B4B. Windows color (decimal): -16616143 or 3241218. OLE color: 3241218.

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

Color convert

RGB 2 117 49 -
CMYK 0.98 0 0.58 0.54
HSL 144.52º 0.97% 0.23% -
HSV(B) 144.52º 0.98% 0.46% -
XYZ 6.94 12.96 5.04 -
YUV 74.86 113.4 76.03 -
System Red Green Blue C M Y K H S L
Decimal 2 117 49 0.98 0 0.58 0.54 144.52 0.97 0.23
Hex 2 75 31 62 0 3A 36 91 61 17
Octal 2 165 61 142 0 72 66 221 141 27
Binary 10 1110101 110001 1100010 0 111010 110110 10010001 1100001 10111

Color Harmonies of #027531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027531

Black with #027531

Text Example


Text Example

White with #027531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027531; }

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

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

background-color css

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

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

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

border-color css

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

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

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