#266345

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

Shades of Green Pea #266345

Tints of Green Pea #266345

Color information

#266345 (or 0x266345) is unknown color: approx Green Pea. HEX triplet: 26, 63 and 45. RGB value is (38,99,69). Sum of RGB (Red+Green+Blue) = 38+99+69=206 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.45% from 206); Green value is 99 (39.06% from 255 or 48.06% from 206); Blue value is 69 (27.34% from 255 or 33.50% from 206); Max value from RGB is 99 - color contains mainly: green. Hex color #266345 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266345 is #D99CBA. Grayscale: #4D4D4D. Windows color (decimal): -14261435 or 4547366. OLE color: 4547366.

HSL color Cylindrical-coordinate representation of color #266345: hue angle of 150.49º 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 #266345 is Cyan = 0.62, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.61.

Color convert

RGB389969-
CMYK0.6200.300.61
HSL150.49º44.53%26.86%-
HSV(B)150.49º61.62%38.82%-
XYZ6.349.777.18-
YUV77.34123.2999.94-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.45%
GREEN value IS 99 (39.06% from 255) = 48.06%
BLUE value IS 69 (27.34% from 255) = 33.50%
R=18.45%
G=48.06%
B=33.50%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3899690.6200.300.61150.4944.5326.86
Hex2663453E01E3D962d1b
Octal4614310576036752265533
Binary100110110001110001011111100111101111011001011010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266345; }

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

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

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

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

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

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

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

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