#266C4C

Color #266C4C Green Pea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Pea #266C4C

Tints of Green Pea #266C4C

Color information

#266C4C (or 0x266C4C) is unknown color: approx Green Pea. HEX triplet: 26, 6C and 4C. RGB value is (38,108,76). Sum of RGB (Red+Green+Blue) = 38+108+76=222 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.12% from 222); Green value is 108 (42.58% from 255 or 48.65% from 222); Blue value is 76 (30.08% from 255 or 34.23% from 222); Max value from RGB is 108 - color contains mainly: green. Hex color #266C4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266C4C is #D993B3. Grayscale: #535353. Windows color (decimal): -14259124 or 5008422. OLE color: 5008422.

HSL color Cylindrical-coordinate representation of color #266C4C: hue angle of 152.57º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #266C4C is Cyan = 0.65, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.58.

Color convert

RGB3810876-
CMYK0.6500.300.58
HSL152.57º47.95%28.63%-
HSV(B)152.57º64.81%42.35%-
XYZ7.4711.668.69-
YUV83.42123.8195.6-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.12%
GREEN value IS 108 (42.58% from 255) = 48.65%
BLUE value IS 76 (30.08% from 255) = 34.23%
R=17.12%
G=48.65%
B=34.23%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal38108760.6500.300.58152.5747.9528.63
Hex266C4C4101E3A99301d
Octal46154114101036722316035
Binary1001101101100100110010000010111101110101001100111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266C4C; }

 p { color: rgb(38,108,76); }

 H1.HeaderClassName
 {
   color: #266C4C;
 }
 .AnyTagClassName
 {
   color: #266C4C;
 }
</style>
background-color css

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

 a { background-color: rgb(38,108,76); }

 div.DivClassName
 {
   background-color: #266C4C;
 }
 .BgClassName
 {
   background-color: #266C4C;
 }
</style>
border-color css

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

 span { border-color: rgb(38,108,76); }

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