#266940

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

Shades of Green Pea #266940

Tints of Green Pea #266940

Color information

#266940 (or 0x266940) is unknown color: approx Green Pea. HEX triplet: 26, 69 and 40. RGB value is (38,105,64). Sum of RGB (Red+Green+Blue) = 38+105+64=207 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.36% from 207); Green value is 105 (41.41% from 255 or 50.72% from 207); Blue value is 64 (25.39% from 255 or 30.92% from 207); Max value from RGB is 105 - color contains mainly: green. Hex color #266940 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266940 is #D996BF. Grayscale: #505050. Windows color (decimal): -14259904 or 4221222. OLE color: 4221222.

HSL color Cylindrical-coordinate representation of color #266940: hue angle of 143.28º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #266940 is Cyan = 0.64, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB3810564-
CMYK0.6400.390.59
HSL143.28º46.85%28.04%-
HSV(B)143.28º63.81%41.18%-
XYZ6.7810.896.59-
YUV80.29118.897.83-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.36%
GREEN value IS 105 (41.41% from 255) = 50.72%
BLUE value IS 64 (25.39% from 255) = 30.92%
R=18.36%
G=50.72%
B=30.92%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal38105640.6400.390.59143.2846.8528.04
Hex266940400273B8f2f1c
Octal46151100100047732175734
Binary10011011010011000000100000001001111110111000111110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266940; }

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

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

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

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

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

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

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

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