Html Css Color HEX #027B68 Pine Green

📋 copy color: '#027B68'

red 2 ◦ green 123 ◦ blue 104

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

Shades of Pine Green #027B68

Tints of Pine Green #027B68

RGB

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

 GREEN value IS 123 (48.44% from 255) = 53.71%

 BLUE value IS 104 (41.02% from 255) = 45.41%

R = 0.87%
G = 53.71%
B = 45.41%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.15

 K value IS 0.52

RGB Variations

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

Color information

#027B68 (or 0x027B68) is known color: Pine Green. HEX triplet: 02, 7B and 68. RGB value is (2,123,104). Sum of RGB (Red+Green+Blue) = 2+123+104=229 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 229); Green value is 123 (48.44% from 255 or 53.71% from 229); Blue value is 104 (41.02% from 255 or 45.41% from 229); Max value from RGB is 123 - color contains mainly: green. Hex color #027B68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027B68 is #FD8497. Grayscale: #545454. Windows color (decimal): -16614552 or 6847234. OLE color: 6847234.

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

Color convert

RGB 2 123 104 -
CMYK 0.98 0 0.15 0.52
HSL 170.58º 0.97% 0.25% -
HSV(B) 170.58º 0.98% 0.48% -
XYZ 9.61 15.18 15.52 -
YUV 84.66 138.91 69.04 -
System Red Green Blue C M Y K H S L
Decimal 2 123 104 0.98 0 0.15 0.52 170.58 0.97 0.25
Hex 2 7B 68 62 0 F 34 AB 61 19
Octal 2 173 150 142 0 17 64 253 141 31
Binary 10 1111011 1101000 1100010 0 1111 110100 10101011 1100001 11001

Color Harmonies of #027B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027B68

Black with #027B68

Text Example


Text Example

White with #027B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,123,104); }

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

background-color css

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

 a { background-color: rgb(2,123,104); }

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

border-color css

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

 span { border-color: rgb(2,123,104); }

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