#266942

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

Shades of Green Pea #266942

Tints of Green Pea #266942

Color information

#266942 (or 0x266942) is unknown color: approx Green Pea. HEX triplet: 26, 69 and 42. RGB value is (38,105,66). Sum of RGB (Red+Green+Blue) = 38+105+66=209 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.18% from 209); Green value is 105 (41.41% from 255 or 50.24% from 209); Blue value is 66 (26.17% from 255 or 31.58% from 209); Max value from RGB is 105 - color contains mainly: green. Hex color #266942 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266942 is #D996BD. Grayscale: #505050. Windows color (decimal): -14259902 or 4352294. OLE color: 4352294.

HSL color Cylindrical-coordinate representation of color #266942: hue angle of 145.07º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #266942 is Cyan = 0.64, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.59.

Color convert

RGB3810566-
CMYK0.6400.370.59
HSL145.07º46.85%28.04%-
HSV(B)145.07º63.81%41.18%-
XYZ6.8310.916.9-
YUV80.52119.897.67-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.18%
GREEN value IS 105 (41.41% from 255) = 50.24%
BLUE value IS 66 (26.17% from 255) = 31.58%
R=18.18%
G=50.24%
B=31.58%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal38105660.6400.370.59145.0746.8528.04
Hex266942400253B912f1c
Octal46151102100045732215734
Binary10011011010011000010100000001001011110111001000110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266942; }

 p { color: rgb(38,105,66); }

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

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

 a { background-color: rgb(38,105,66); }

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

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

 span { border-color: rgb(38,105,66); }

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