#266141

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

Shades of Green Pea #266141

Tints of Green Pea #266141

Color information

#266141 (or 0x266141) is unknown color: approx Green Pea. HEX triplet: 26, 61 and 41. RGB value is (38,97,65). Sum of RGB (Red+Green+Blue) = 38+97+65=200 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19% from 200); Green value is 97 (38.28% from 255 or 48.5% from 200); Blue value is 65 (25.78% from 255 or 32.5% from 200); Max value from RGB is 97 - color contains mainly: green. Hex color #266141 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266141 is #D99EBE. Grayscale: #4B4B4B. Windows color (decimal): -14261951 or 4284710. OLE color: 4284710.

HSL color Cylindrical-coordinate representation of color #266141: hue angle of 147.46º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #266141 is Cyan = 0.61, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB389765-
CMYK0.6100.330.62
HSL147.46º43.7%26.47%-
HSV(B)147.46º60.82%38.04%-
XYZ6.039.346.49-
YUV75.71121.95101.1-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19%
GREEN value IS 97 (38.28% from 255) = 48.5%
BLUE value IS 65 (25.78% from 255) = 32.5%
R=19%
G=48.5%
B=32.5%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3897650.6100.330.62147.4643.726.47
Hex2661413D0213E932c1a
Octal4614110175041762235432
Binary1001101100001100000111110101000011111101001001110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266141; }

 p { color: rgb(38,97,65); }

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

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

 a { background-color: rgb(38,97,65); }

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

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

 span { border-color: rgb(38,97,65); }

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