Html Css Color HEX #027268 Pine Green

📋 copy color: '#027268'

red 2 ◦ green 114 ◦ blue 104

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

Shades of Pine Green #027268

Tints of Pine Green #027268

RGB

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

 GREEN value IS 114 (44.92% from 255) = 51.82%

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

R = 0.91%
G = 51.82%
B = 47.27%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#027268 (or 0x027268) is known color: Pine Green. HEX triplet: 02, 72 and 68. RGB value is (2,114,104). Sum of RGB (Red+Green+Blue) = 2+114+104=220 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 220); Green value is 114 (44.92% from 255 or 51.82% from 220); Blue value is 104 (41.02% from 255 or 47.27% from 220); Max value from RGB is 114 - color contains mainly: green. Hex color #027268 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027268 is #FD8D97. Grayscale: #4F4F4F. Windows color (decimal): -16616856 or 6844930. OLE color: 6844930.

HSL color Cylindrical-coordinate representation of color #027268: hue angle of 174.64º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027268 is Cyan = 0.98, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 2 114 104 -
CMYK 0.98 0 0.09 0.55
HSL 174.64º 0.97% 0.23% -
HSV(B) 174.64º 0.98% 0.45% -
XYZ 8.54 13.05 15.16 -
YUV 79.37 141.89 72.81 -
System Red Green Blue C M Y K H S L
Decimal 2 114 104 0.98 0 0.09 0.55 174.64 0.97 0.23
Hex 2 72 68 62 0 9 37 AF 61 17
Octal 2 162 150 142 0 11 67 257 141 27
Binary 10 1110010 1101000 1100010 0 1001 110111 10101111 1100001 10111

Color Harmonies of #027268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027268

Black with #027268

Text Example


Text Example

White with #027268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027268; }

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

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

background-color css

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

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

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

border-color css

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

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

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