#266042

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

Shades of Green Pea #266042

Tints of Green Pea #266042

Color information

#266042 (or 0x266042) is unknown color: approx Green Pea. HEX triplet: 26, 60 and 42. RGB value is (38,96,66). Sum of RGB (Red+Green+Blue) = 38+96+66=200 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19% from 200); Green value is 96 (37.89% from 255 or 48% from 200); Blue value is 66 (26.17% from 255 or 33% from 200); Max value from RGB is 96 - color contains mainly: green. Hex color #266042 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266042 is #D99FBD. Grayscale: #4B4B4B. Windows color (decimal): -14262206 or 4349990. OLE color: 4349990.

HSL color Cylindrical-coordinate representation of color #266042: hue angle of 148.97º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #266042 is Cyan = 0.60, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.62.

Color convert

RGB389666-
CMYK0.6000.310.62
HSL148.97º43.28%26.27%-
HSV(B)148.97º60.42%37.65%-
XYZ5.979.176.61-
YUV75.24122.78101.44-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19%
GREEN value IS 96 (37.89% from 255) = 48%
BLUE value IS 66 (26.17% from 255) = 33%
R=19%
G=48%
B=33%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3896660.6000.310.62148.9743.2826.27
Hex2660423C01F3E952b1a
Octal4614010274037762255332
Binary100110110000010000101111000111111111101001010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266042; }

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

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

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

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

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

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

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

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