Html Css Color HEX #018268 Pine Green

📋 copy color: '#018268'

red 1 ◦ green 130 ◦ blue 104

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

Shades of Pine Green #018268

Tints of Pine Green #018268

RGB

 RED value IS 1 (0.78% from 255) = 0.43%

 GREEN value IS 130 (51.17% from 255) = 55.32%

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

R = 0.43%
G = 55.32%
B = 44.26%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.2

 K value IS 0.49

RGB Variations

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

Color information

#018268 (or 0x018268) is known color: Pine Green. HEX triplet: 01, 82 and 68. RGB value is (1,130,104). Sum of RGB (Red+Green+Blue) = 1+130+104=235 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 235); Green value is 130 (51.17% from 255 or 55.32% from 235); Blue value is 104 (41.02% from 255 or 44.26% from 235); Max value from RGB is 130 - color contains mainly: green. Hex color #018268 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018268 is #FE7D97. Grayscale: #585858. Windows color (decimal): -16678296 or 6849025. OLE color: 6849025.

HSL color Cylindrical-coordinate representation of color #018268: hue angle of 167.91º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018268 is Cyan = 0.99, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.49.

Color convert

RGB 1 130 104 -
CMYK 0.99 0 0.2 0.49
HSL 167.91º 0.98% 0.26% -
HSV(B) 167.91º 0.99% 0.51% -
XYZ 10.49 16.97 15.82 -
YUV 88.47 136.76 65.61 -
System Red Green Blue C M Y K H S L
Decimal 1 130 104 0.99 0 0.2 0.49 167.91 0.98 0.26
Hex 1 82 68 63 0 14 31 A8 62 1A
Octal 1 202 150 143 0 24 61 250 142 32
Binary 1 10000010 1101000 1100011 0 10100 110001 10101000 1100010 11010

Color Harmonies of #018268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018268

Black with #018268

Text Example


Text Example

White with #018268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018268; }

 p { color: rgb(1,130,104); }

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

background-color css

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

 a { background-color: rgb(1,130,104); }

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

border-color css

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

 span { border-color: rgb(1,130,104); }

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