Html Css Color HEX #027967 Pine Green

📋 copy color: '#027967'

red 2 ◦ green 121 ◦ blue 103

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

Shades of Pine Green #027967

Tints of Pine Green #027967

RGB

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

 GREEN value IS 121 (47.66% from 255) = 53.54%

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

R = 0.88%
G = 53.54%
B = 45.58%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#027967 (or 0x027967) is known color: Pine Green. HEX triplet: 02, 79 and 67. RGB value is (2,121,103). Sum of RGB (Red+Green+Blue) = 2+121+103=226 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 226); Green value is 121 (47.66% from 255 or 53.54% from 226); Blue value is 103 (40.62% from 255 or 45.58% from 226); Max value from RGB is 121 - color contains mainly: green. Hex color #027967 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027967 is #FD8698. Grayscale: #535353. Windows color (decimal): -16615065 or 6781186. OLE color: 6781186.

HSL color Cylindrical-coordinate representation of color #027967: hue angle of 170.92º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027967 is Cyan = 0.98, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB 2 121 103 -
CMYK 0.98 0 0.15 0.53
HSL 170.92º 0.97% 0.24% -
HSV(B) 170.92º 0.98% 0.47% -
XYZ 9.31 14.67 15.17 -
YUV 83.37 139.08 69.96 -
System Red Green Blue C M Y K H S L
Decimal 2 121 103 0.98 0 0.15 0.53 170.92 0.97 0.24
Hex 2 79 67 62 0 F 35 AB 61 18
Octal 2 171 147 142 0 17 65 253 141 30
Binary 10 1111001 1100111 1100010 0 1111 110101 10101011 1100001 11000

Color Harmonies of #027967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027967

Black with #027967

Text Example


Text Example

White with #027967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027967; }

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

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

background-color css

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

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

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

border-color css

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

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

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