Html Css Color HEX #027B67 Pine Green

📋 copy color: '#027B67'

red 2 ◦ green 123 ◦ blue 103

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

Shades of Pine Green #027B67

Tints of Pine Green #027B67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 45.18%

R = 0.88%
G = 53.95%
B = 45.18%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.16

 K value IS 0.52

RGB Variations

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

Color information

#027B67 (or 0x027B67) is known color: Pine Green. HEX triplet: 02, 7B and 67. RGB value is (2,123,103). Sum of RGB (Red+Green+Blue) = 2+123+103=228 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 228); Green value is 123 (48.44% from 255 or 53.95% from 228); Blue value is 103 (40.62% from 255 or 45.18% from 228); Max value from RGB is 123 - color contains mainly: green. Hex color #027B67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027B67 is #FD8498. Grayscale: #545454. Windows color (decimal): -16614553 or 6781698. OLE color: 6781698.

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

Color convert

RGB 2 123 103 -
CMYK 0.98 0 0.16 0.52
HSL 170.08º 0.97% 0.25% -
HSV(B) 170.08º 0.98% 0.48% -
XYZ 9.56 15.16 15.25 -
YUV 84.54 138.41 69.13 -
System Red Green Blue C M Y K H S L
Decimal 2 123 103 0.98 0 0.16 0.52 170.08 0.97 0.25
Hex 2 7B 67 62 0 10 34 AA 61 19
Octal 2 173 147 142 0 20 64 252 141 31
Binary 10 1111011 1100111 1100010 0 10000 110100 10101010 1100001 11001

Color Harmonies of #027B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027B67

Black with #027B67

Text Example


Text Example

White with #027B67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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