Html Css Color HEX #027334 Fun Green

📋 copy color: '#027334'

red 2 ◦ green 115 ◦ blue 52

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

Shades of Fun Green #027334

Tints of Fun Green #027334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 30.77%

R = 1.18%
G = 68.05%
B = 30.77%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.55

 K value IS 0.55

RGB Variations

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

Color information

#027334 (or 0x027334) is known color: Fun Green. HEX triplet: 02, 73 and 34. RGB value is (2,115,52). Sum of RGB (Red+Green+Blue) = 2+115+52=169 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 169); Green value is 115 (45.31% from 255 or 68.05% from 169); Blue value is 52 (20.70% from 255 or 30.77% from 169); Max value from RGB is 115 - color contains mainly: green. Hex color #027334 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027334 is #FD8CCB. Grayscale: #4A4A4A. Windows color (decimal): -16616652 or 3437314. OLE color: 3437314.

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

Color convert

RGB 2 115 52 -
CMYK 0.98 0 0.55 0.55
HSL 146.55º 0.97% 0.23% -
HSV(B) 146.55º 0.98% 0.45% -
XYZ 6.78 12.52 5.31 -
YUV 74.03 115.56 76.62 -
System Red Green Blue C M Y K H S L
Decimal 2 115 52 0.98 0 0.55 0.55 146.55 0.97 0.23
Hex 2 73 34 62 0 37 37 93 61 17
Octal 2 163 64 142 0 67 67 223 141 27
Binary 10 1110011 110100 1100010 0 110111 110111 10010011 1100001 10111

Color Harmonies of #027334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027334

Black with #027334

Text Example


Text Example

White with #027334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027334; }

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

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

background-color css

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

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

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

border-color css

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

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

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