#266C4A

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

Shades of Green Pea #266C4A

Tints of Green Pea #266C4A

Color information

#266C4A (or 0x266C4A) is unknown color: approx Green Pea. HEX triplet: 26, 6C and 4A. RGB value is (38,108,74). Sum of RGB (Red+Green+Blue) = 38+108+74=220 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.27% from 220); Green value is 108 (42.58% from 255 or 49.09% from 220); Blue value is 74 (29.30% from 255 or 33.64% from 220); Max value from RGB is 108 - color contains mainly: green. Hex color #266C4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266C4A is #D993B5. Grayscale: #535353. Windows color (decimal): -14259126 or 4877350. OLE color: 4877350.

HSL color Cylindrical-coordinate representation of color #266C4A: hue angle of 150.86º 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 #266C4A is Cyan = 0.65, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.58.

Color convert

RGB3810874-
CMYK0.6500.310.58
HSL150.86º47.95%28.63%-
HSV(B)150.86º64.81%42.35%-
XYZ7.411.638.33-
YUV83.19122.8195.76-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.27%
GREEN value IS 108 (42.58% from 255) = 49.09%
BLUE value IS 74 (29.30% from 255) = 33.64%
R=17.27%
G=49.09%
B=33.64%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal38108740.6500.310.58150.8647.9528.63
Hex266C4A4101F3A97301d
Octal46154112101037722276035
Binary1001101101100100101010000010111111110101001011111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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