#266C4B

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

Shades of Green Pea #266C4B

Tints of Green Pea #266C4B

Color information

#266C4B (or 0x266C4B) is unknown color: approx Green Pea. HEX triplet: 26, 6C and 4B. RGB value is (38,108,75). Sum of RGB (Red+Green+Blue) = 38+108+75=221 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.19% from 221); Green value is 108 (42.58% from 255 or 48.87% from 221); Blue value is 75 (29.69% from 255 or 33.94% from 221); Max value from RGB is 108 - color contains mainly: green. Hex color #266C4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266C4B is #D993B4. Grayscale: #535353. Windows color (decimal): -14259125 or 4942886. OLE color: 4942886.

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

Color convert

RGB3810875-
CMYK0.6500.310.58
HSL151.71º47.95%28.63%-
HSV(B)151.71º64.81%42.35%-
XYZ7.4311.658.51-
YUV83.31123.3195.68-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.19%
GREEN value IS 108 (42.58% from 255) = 48.87%
BLUE value IS 75 (29.69% from 255) = 33.94%
R=17.19%
G=48.87%
B=33.94%

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
Decimal38108750.6500.310.58151.7147.9528.63
Hex266C4B4101F3A98301d
Octal46154113101037722306035
Binary1001101101100100101110000010111111110101001100011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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