Html Css Color HEX #027267 Pine Green

📋 copy color: '#027267'

red 2 ◦ green 114 ◦ blue 103

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

Shades of Pine Green #027267

Tints of Pine Green #027267

RGB

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

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

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

R = 0.91%
G = 52.05%
B = 47.03%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#027267 (or 0x027267) is known color: Pine Green. HEX triplet: 02, 72 and 67. RGB value is (2,114,103). Sum of RGB (Red+Green+Blue) = 2+114+103=219 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 219); Green value is 114 (44.92% from 255 or 52.05% from 219); Blue value is 103 (40.62% from 255 or 47.03% from 219); Max value from RGB is 114 - color contains mainly: green. Hex color #027267 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027267 is #FD8D98. Grayscale: #4F4F4F. Windows color (decimal): -16616857 or 6779394. OLE color: 6779394.

HSL color Cylindrical-coordinate representation of color #027267: hue angle of 174.11º 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 #027267 is Cyan = 0.98, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB 2 114 103 -
CMYK 0.98 0 0.10 0.55
HSL 174.11º 0.97% 0.23% -
HSV(B) 174.11º 0.98% 0.45% -
XYZ 8.49 13.03 14.9 -
YUV 79.26 141.39 72.89 -
System Red Green Blue C M Y K H S L
Decimal 2 114 103 0.98 0 0.10 0.55 174.11 0.97 0.23
Hex 2 72 67 62 0 A 37 AE 61 17
Octal 2 162 147 142 0 12 67 256 141 27
Binary 10 1110010 1100111 1100010 0 1010 110111 10101110 1100001 10111

Color Harmonies of #027267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027267

Black with #027267

Text Example


Text Example

White with #027267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027267; }

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

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

background-color css

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

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

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

border-color css

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

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

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