#266D4D

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

Shades of Green Pea #266D4D

Tints of Green Pea #266D4D

Color information

#266D4D (or 0x266D4D) is unknown color: approx Green Pea. HEX triplet: 26, 6D and 4D. RGB value is (38,109,77). Sum of RGB (Red+Green+Blue) = 38+109+77=224 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.96% from 224); Green value is 109 (42.97% from 255 or 48.66% from 224); Blue value is 77 (30.47% from 255 or 34.38% from 224); Max value from RGB is 109 - color contains mainly: green. Hex color #266D4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266D4D is #D992B2. Grayscale: #545454. Windows color (decimal): -14258867 or 5074214. OLE color: 5074214.

HSL color Cylindrical-coordinate representation of color #266D4D: hue angle of 152.96º degrees, saturation: 0.48, 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 #266D4D is Cyan = 0.65, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.57.

Color convert

RGB3810977-
CMYK0.6500.290.57
HSL152.96º48.3%28.82%-
HSV(B)152.96º65.14%42.75%-
XYZ7.6111.898.91-
YUV84.12123.9895.1-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.96%
GREEN value IS 109 (42.97% from 255) = 48.66%
BLUE value IS 77 (30.47% from 255) = 34.38%
R=16.96%
G=48.66%
B=34.38%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal38109770.6500.290.57152.9648.328.82
Hex266D4D4101D3999301d
Octal46155115101035712316035
Binary1001101101101100110110000010111011110011001100111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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