#266F45

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

Shades of Green Pea #266F45

Tints of Green Pea #266F45

Color information

#266F45 (or 0x266F45) is unknown color: approx Green Pea. HEX triplet: 26, 6F and 45. RGB value is (38,111,69). Sum of RGB (Red+Green+Blue) = 38+111+69=218 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.43% from 218); Green value is 111 (43.75% from 255 or 50.92% from 218); Blue value is 69 (27.34% from 255 or 31.65% from 218); Max value from RGB is 111 - color contains mainly: green. Hex color #266F45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266F45 is #D990BA. Grayscale: #545454. Windows color (decimal): -14258363 or 4550438. OLE color: 4550438.

HSL color Cylindrical-coordinate representation of color #266F45: hue angle of 145.48º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #266F45 is Cyan = 0.66, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB3811169-
CMYK0.6600.380.56
HSL145.48º48.99%29.22%-
HSV(B)145.48º65.77%43.53%-
XYZ7.5612.217.59-
YUV84.38119.3294.92-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.43%
GREEN value IS 111 (43.75% from 255) = 50.92%
BLUE value IS 69 (27.34% from 255) = 31.65%
R=17.43%
G=50.92%
B=31.65%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal38111690.6600.380.56145.4848.9929.22
Hex266F45420263891311d
Octal46157105102046702216135
Binary10011011011111000101100001001001101110001001000111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266F45; }

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

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

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

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

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

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

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

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