#266245

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

Shades of Green Pea #266245

Tints of Green Pea #266245

Color information

#266245 (or 0x266245) is unknown color: approx Green Pea. HEX triplet: 26, 62 and 45. RGB value is (38,98,69). Sum of RGB (Red+Green+Blue) = 38+98+69=205 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.54% from 205); Green value is 98 (38.67% from 255 or 47.80% from 205); Blue value is 69 (27.34% from 255 or 33.66% from 205); Max value from RGB is 98 - color contains mainly: green. Hex color #266245 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266245 is #D99DBA. Grayscale: #4C4C4C. Windows color (decimal): -14261691 or 4547110. OLE color: 4547110.

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

Color convert

RGB389869-
CMYK0.6100.300.62
HSL151º44.12%26.67%-
HSV(B)151º61.22%38.43%-
XYZ6.249.587.15-
YUV76.75123.62100.36-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.54%
GREEN value IS 98 (38.67% from 255) = 47.80%
BLUE value IS 69 (27.34% from 255) = 33.66%
R=18.54%
G=47.80%
B=33.66%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3898690.6100.300.6215144.1226.67
Hex2662453D01E3E972c1b
Octal4614210575036762275433
Binary100110110001010001011111010111101111101001011110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266245; }

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

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

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

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

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

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

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

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