Html Css Color HEX #027372 Pine Green

📋 copy color: '#027372'

red 2 ◦ green 115 ◦ blue 114

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

Shades of Pine Green #027372

Tints of Pine Green #027372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 49.35%

R = 0.87%
G = 49.78%
B = 49.35%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#027372 (or 0x027372) is known color: Pine Green. HEX triplet: 02, 73 and 72. RGB value is (2,115,114). Sum of RGB (Red+Green+Blue) = 2+115+114=231 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 231); Green value is 115 (45.31% from 255 or 49.78% from 231); Blue value is 114 (44.92% from 255 or 49.35% from 231); Max value from RGB is 115 - color contains mainly: green. Hex color #027372 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027372 is #FD8C8D. Grayscale: #505050. Windows color (decimal): -16616590 or 7500546. OLE color: 7500546.

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

Color convert

RGB 2 115 114 -
CMYK 0.98 0 0.01 0.55
HSL 179.47º 0.97% 0.23% -
HSV(B) 179.47º 0.98% 0.45% -
XYZ 9.19 13.49 18.04 -
YUV 81.1 146.56 71.58 -
System Red Green Blue C M Y K H S L
Decimal 2 115 114 0.98 0 0.01 0.55 179.47 0.97 0.23
Hex 2 73 72 62 0 1 37 B3 61 17
Octal 2 163 162 142 0 1 67 263 141 27
Binary 10 1110011 1110010 1100010 0 1 110111 10110011 1100001 10111

Color Harmonies of #027372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027372

Black with #027372

Text Example


Text Example

White with #027372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027372; }

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

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

background-color css

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

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

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

border-color css

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

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

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