#266E4D

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

Shades of Green Pea #266E4D

Tints of Green Pea #266E4D

Color information

#266E4D (or 0x266E4D) is unknown color: approx Green Pea. HEX triplet: 26, 6E and 4D. RGB value is (38,110,77). Sum of RGB (Red+Green+Blue) = 38+110+77=225 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.89% from 225); Green value is 110 (43.36% from 255 or 48.89% from 225); Blue value is 77 (30.47% from 255 or 34.22% from 225); Max value from RGB is 110 - color contains mainly: green. Hex color #266E4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266E4D is #D991B2. Grayscale: #545454. Windows color (decimal): -14258611 or 5074470. OLE color: 5074470.

HSL color Cylindrical-coordinate representation of color #266E4D: hue angle of 152.5º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #266E4D is Cyan = 0.65, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.57.

Color convert

RGB3811077-
CMYK0.6500.30.57
HSL152.5º48.65%29.02%-
HSV(B)152.5º65.45%43.14%-
XYZ7.7112.18.95-
YUV84.71123.6594.68-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.89%
GREEN value IS 110 (43.36% from 255) = 48.89%
BLUE value IS 77 (30.47% from 255) = 34.22%
R=16.89%
G=48.89%
B=34.22%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal38110770.6500.30.57152.548.6529.02
Hex266E4D4101E3998311d
Octal46156115101036712306135
Binary1001101101110100110110000010111101110011001100011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,110,77); }

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

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

 a { background-color: rgb(38,110,77); }

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

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

 span { border-color: rgb(38,110,77); }

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