Html Css Color HEX #027D6B Pine Green

📋 copy color: '#027D6B'

red 2 ◦ green 125 ◦ blue 107

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

Shades of Pine Green #027D6B

Tints of Pine Green #027D6B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 53.42%

 BLUE value IS 107 (42.19% from 255) = 45.73%

R = 0.85%
G = 53.42%
B = 45.73%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.14

 K value IS 0.51

RGB Variations

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

Color information

#027D6B (or 0x027D6B) is known color: Pine Green. HEX triplet: 02, 7D and 6B. RGB value is (2,125,107). Sum of RGB (Red+Green+Blue) = 2+125+107=234 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 234); Green value is 125 (49.22% from 255 or 53.42% from 234); Blue value is 107 (42.19% from 255 or 45.73% from 234); Max value from RGB is 125 - color contains mainly: green. Hex color #027D6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027D6B is #FD8294. Grayscale: #565656. Windows color (decimal): -16614037 or 7044354. OLE color: 7044354.

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

Color convert

RGB 2 125 107 -
CMYK 0.98 0 0.14 0.51
HSL 171.22º 0.97% 0.25% -
HSV(B) 171.22º 0.98% 0.49% -
XYZ 10.01 15.74 16.42 -
YUV 86.17 139.75 67.96 -
System Red Green Blue C M Y K H S L
Decimal 2 125 107 0.98 0 0.14 0.51 171.22 0.97 0.25
Hex 2 7D 6B 62 0 E 33 AB 61 19
Octal 2 175 153 142 0 16 63 253 141 31
Binary 10 1111101 1101011 1100010 0 1110 110011 10101011 1100001 11001

Color Harmonies of #027D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027D6B

Black with #027D6B

Text Example


Text Example

White with #027D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,125,107); }

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

background-color css

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

 a { background-color: rgb(2,125,107); }

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

border-color css

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

 span { border-color: rgb(2,125,107); }

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