Html Css Color HEX #027072 Pine Green

📋 copy color: '#027072'

red 2 ◦ green 112 ◦ blue 114

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

Shades of Pine Green #027072

Tints of Pine Green #027072

RGB

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

 GREEN value IS 112 (44.14% from 255) = 49.12%

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

R = 0.88%
G = 49.12%
B = 50%

CMYK

 C value IS 0.98

 M value IS 0.02

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#027072 (or 0x027072) is known color: Pine Green. HEX triplet: 02, 70 and 72. RGB value is (2,112,114). Sum of RGB (Red+Green+Blue) = 2+112+114=228 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 228); Green value is 112 (44.14% from 255 or 49.12% from 228); Blue value is 114 (44.92% from 255 or 50% from 228); Max value from RGB is 114 - color contains mainly: blue. Hex color #027072 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027072 is #FD8F8D. Grayscale: #4F4F4F. Windows color (decimal): -16617358 or 7499778. OLE color: 7499778.

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

Color convert

RGB 2 112 114 -
CMYK 0.98 0.02 0 0.55
HSL 181.07º 0.97% 0.23% -
HSV(B) 181.07º 0.98% 0.45% -
XYZ 8.86 12.82 17.93 -
YUV 79.34 147.56 72.84 -
System Red Green Blue C M Y K H S L
Decimal 2 112 114 0.98 0.02 0 0.55 181.07 0.97 0.23
Hex 2 70 72 62 2 0 37 B5 61 17
Octal 2 160 162 142 2 0 67 265 141 27
Binary 10 1110000 1110010 1100010 10 0 110111 10110101 1100001 10111

Color Harmonies of #027072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027072

Black with #027072

Text Example


Text Example

White with #027072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027072; }

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

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

background-color css

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

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

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

border-color css

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

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

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