#266B40

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

Shades of Green Pea #266B40

Tints of Green Pea #266B40

Color information

#266B40 (or 0x266B40) is unknown color: approx Green Pea. HEX triplet: 26, 6B and 40. RGB value is (38,107,64). Sum of RGB (Red+Green+Blue) = 38+107+64=209 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.18% from 209); Green value is 107 (42.19% from 255 or 51.20% from 209); Blue value is 64 (25.39% from 255 or 30.62% from 209); Max value from RGB is 107 - color contains mainly: green. Hex color #266B40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266B40 is #D994BF. Grayscale: #515151. Windows color (decimal): -14259392 or 4221734. OLE color: 4221734.

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

Color convert

RGB3810764-
CMYK0.6400.400.58
HSL142.61º47.59%28.43%-
HSV(B)142.61º64.49%41.96%-
XYZ6.9811.36.66-
YUV81.47118.1497-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.18%
GREEN value IS 107 (42.19% from 255) = 51.20%
BLUE value IS 64 (25.39% from 255) = 30.62%
R=18.18%
G=51.20%
B=30.62%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal38107640.6400.400.58142.6147.5928.43
Hex266B40400283A8f301c
Octal46153100100050722176034
Binary10011011010111000000100000001010001110101000111111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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