#266B4B

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

Shades of Green Pea #266B4B

Tints of Green Pea #266B4B

Color information

#266B4B (or 0x266B4B) is unknown color: approx Green Pea. HEX triplet: 26, 6B and 4B. RGB value is (38,107,75). Sum of RGB (Red+Green+Blue) = 38+107+75=220 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.27% from 220); Green value is 107 (42.19% from 255 or 48.64% from 220); Blue value is 75 (29.69% from 255 or 34.09% from 220); Max value from RGB is 107 - color contains mainly: green. Hex color #266B4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266B4B is #D994B4. Grayscale: #525252. Windows color (decimal): -14259381 or 4942630. OLE color: 4942630.

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

Color convert

RGB3810775-
CMYK0.6400.300.58
HSL152.17º47.59%28.43%-
HSV(B)152.17º64.49%41.96%-
XYZ7.3311.448.48-
YUV82.72123.6496.1-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.27%
GREEN value IS 107 (42.19% from 255) = 48.64%
BLUE value IS 75 (29.69% from 255) = 34.09%
R=17.27%
G=48.64%
B=34.09%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal38107750.6400.300.58152.1747.5928.43
Hex266B4B4001E3A98301c
Octal46153113100036722306034
Binary1001101101011100101110000000111101110101001100011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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