#266341

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

Shades of Green Pea #266341

Tints of Green Pea #266341

Color information

#266341 (or 0x266341) is unknown color: approx Green Pea. HEX triplet: 26, 63 and 41. RGB value is (38,99,65). Sum of RGB (Red+Green+Blue) = 38+99+65=202 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.81% from 202); Green value is 99 (39.06% from 255 or 49.01% from 202); Blue value is 65 (25.78% from 255 or 32.18% from 202); Max value from RGB is 99 - color contains mainly: green. Hex color #266341 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266341 is #D99CBE. Grayscale: #4C4C4C. Windows color (decimal): -14261439 or 4285222. OLE color: 4285222.

HSL color Cylindrical-coordinate representation of color #266341: hue angle of 146.56º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #266341 is Cyan = 0.62, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.61.

Color convert

RGB389965-
CMYK0.6200.340.61
HSL146.56º44.53%26.86%-
HSV(B)146.56º61.62%38.82%-
XYZ6.229.726.55-
YUV76.88121.29100.26-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.81%
GREEN value IS 99 (39.06% from 255) = 49.01%
BLUE value IS 65 (25.78% from 255) = 32.18%
R=18.81%
G=49.01%
B=32.18%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3899650.6200.340.61146.5644.5326.86
Hex2663413E0223D932d1b
Octal4614310176042752235533
Binary1001101100011100000111111001000101111011001001110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266341; }

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

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

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

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

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

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

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

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