Html Css Color HEX #027572 Pine Green

📋 copy color: '#027572'

red 2 ◦ green 117 ◦ blue 114

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

Shades of Pine Green #027572

Tints of Pine Green #027572

RGB

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

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

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

R = 0.86%
G = 50.21%
B = 48.93%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#027572 (or 0x027572) is known color: Pine Green. HEX triplet: 02, 75 and 72. RGB value is (2,117,114). Sum of RGB (Red+Green+Blue) = 2+117+114=233 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 233); Green value is 117 (46.09% from 255 or 50.21% from 233); Blue value is 114 (44.92% from 255 or 48.93% from 233); Max value from RGB is 117 - color contains mainly: green. Hex color #027572 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027572 is #FD8A8D. Grayscale: #525252. Windows color (decimal): -16616078 or 7501058. OLE color: 7501058.

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

Color convert

RGB 2 117 114 -
CMYK 0.98 0 0.03 0.54
HSL 178.43º 0.97% 0.23% -
HSV(B) 178.43º 0.98% 0.46% -
XYZ 9.42 13.95 18.12 -
YUV 82.27 145.9 70.74 -
System Red Green Blue C M Y K H S L
Decimal 2 117 114 0.98 0 0.03 0.54 178.43 0.97 0.23
Hex 2 75 72 62 0 3 36 B2 61 17
Octal 2 165 162 142 0 3 66 262 141 27
Binary 10 1110101 1110010 1100010 0 11 110110 10110010 1100001 10111

Color Harmonies of #027572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027572

Black with #027572

Text Example


Text Example

White with #027572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027572; }

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

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

background-color css

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

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

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

border-color css

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

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

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