Html Css Color HEX #027330 Fun Green

📋 copy color: '#027330'

red 2 ◦ green 115 ◦ blue 48

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

Shades of Fun Green #027330

Tints of Fun Green #027330

RGB

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

 GREEN value IS 115 (45.31% from 255) = 69.7%

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

R = 1.21%
G = 69.7%
B = 29.09%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#027330 (or 0x027330) is known color: Fun Green. HEX triplet: 02, 73 and 30. RGB value is (2,115,48). Sum of RGB (Red+Green+Blue) = 2+115+48=165 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.21% from 165); Green value is 115 (45.31% from 255 or 69.70% from 165); Blue value is 48 (19.14% from 255 or 29.09% from 165); Max value from RGB is 115 - color contains mainly: green. Hex color #027330 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027330 is #FD8CCF. Grayscale: #494949. Windows color (decimal): -16616656 or 3175170. OLE color: 3175170.

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

Color convert

RGB 2 115 48 -
CMYK 0.98 0 0.58 0.55
HSL 144.42º 0.97% 0.23% -
HSV(B) 144.42º 0.98% 0.45% -
XYZ 6.69 12.49 4.85 -
YUV 73.58 113.56 76.95 -
System Red Green Blue C M Y K H S L
Decimal 2 115 48 0.98 0 0.58 0.55 144.42 0.97 0.23
Hex 2 73 30 62 0 3A 37 90 61 17
Octal 2 163 60 142 0 72 67 220 141 27
Binary 10 1110011 110000 1100010 0 111010 110111 10010000 1100001 10111

Color Harmonies of #027330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027330

Black with #027330

Text Example


Text Example

White with #027330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027330; }

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

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

background-color css

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

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

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

border-color css

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

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

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