Html Css Color HEX #027530 Fun Green

📋 copy color: '#027530'

red 2 ◦ green 117 ◦ blue 48

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

Shades of Fun Green #027530

Tints of Fun Green #027530

RGB

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

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

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

R = 1.2%
G = 70.06%
B = 28.74%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#027530 (or 0x027530) is known color: Fun Green. HEX triplet: 02, 75 and 30. RGB value is (2,117,48). Sum of RGB (Red+Green+Blue) = 2+117+48=167 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 167); Green value is 117 (46.09% from 255 or 70.06% from 167); Blue value is 48 (19.14% from 255 or 28.74% from 167); Max value from RGB is 117 - color contains mainly: green. Hex color #027530 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027530 is #FD8ACF. Grayscale: #4A4A4A. Windows color (decimal): -16616144 or 3175682. OLE color: 3175682.

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

Color convert

RGB 2 117 48 -
CMYK 0.98 0 0.59 0.54
HSL 144º 0.97% 0.23% -
HSV(B) 144º 0.98% 0.46% -
XYZ 6.92 12.95 4.93 -
YUV 74.75 112.9 76.11 -
System Red Green Blue C M Y K H S L
Decimal 2 117 48 0.98 0 0.59 0.54 144 0.97 0.23
Hex 2 75 30 62 0 3B 36 90 61 17
Octal 2 165 60 142 0 73 66 220 141 27
Binary 10 1110101 110000 1100010 0 111011 110110 10010000 1100001 10111

Color Harmonies of #027530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027530

Black with #027530

Text Example


Text Example

White with #027530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027530; }

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

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

background-color css

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

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

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

border-color css

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

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

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