Html Css Color HEX #027C69 Pine Green

📋 copy color: '#027C69'

red 2 ◦ green 124 ◦ blue 105

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

Shades of Pine Green #027C69

Tints of Pine Green #027C69

RGB

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

 GREEN value IS 124 (48.83% from 255) = 53.68%

 BLUE value IS 105 (41.41% from 255) = 45.45%

R = 0.87%
G = 53.68%
B = 45.45%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.15

 K value IS 0.51

RGB Variations

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

Color information

#027C69 (or 0x027C69) is known color: Pine Green. HEX triplet: 02, 7C and 69. RGB value is (2,124,105). Sum of RGB (Red+Green+Blue) = 2+124+105=231 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 231); Green value is 124 (48.83% from 255 or 53.68% from 231); Blue value is 105 (41.41% from 255 or 45.45% from 231); Max value from RGB is 124 - color contains mainly: green. Hex color #027C69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027C69 is #FD8396. Grayscale: #555555. Windows color (decimal): -16614295 or 6913026. OLE color: 6913026.

HSL color Cylindrical-coordinate representation of color #027C69: hue angle of 170.66º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027C69 is Cyan = 0.98, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.51.

Color convert

RGB 2 124 105 -
CMYK 0.98 0 0.15 0.51
HSL 170.66º 0.97% 0.25% -
HSV(B) 170.66º 0.98% 0.49% -
XYZ 9.78 15.45 15.83 -
YUV 85.36 139.08 68.54 -
System Red Green Blue C M Y K H S L
Decimal 2 124 105 0.98 0 0.15 0.51 170.66 0.97 0.25
Hex 2 7C 69 62 0 F 33 AB 61 19
Octal 2 174 151 142 0 17 63 253 141 31
Binary 10 1111100 1101001 1100010 0 1111 110011 10101011 1100001 11001

Color Harmonies of #027C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027C69

Black with #027C69

Text Example


Text Example

White with #027C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027C69; }

 p { color: rgb(2,124,105); }

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

background-color css

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

 a { background-color: rgb(2,124,105); }

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

border-color css

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

 span { border-color: rgb(2,124,105); }

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