#265C46

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

Shades of Green Pea #265C46

Tints of Green Pea #265C46

Color information

#265C46 (or 0x265C46) is unknown color: approx Green Pea. HEX triplet: 26, 5C and 46. RGB value is (38,92,70). Sum of RGB (Red+Green+Blue) = 38+92+70=200 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19% from 200); Green value is 92 (36.33% from 255 or 46% from 200); Blue value is 70 (27.73% from 255 or 35% from 200); Max value from RGB is 92 - color contains mainly: green. Hex color #265C46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265C46 is #D9A3B9. Grayscale: #494949. Windows color (decimal): -14263226 or 4611110. OLE color: 4611110.

HSL color Cylindrical-coordinate representation of color #265C46: hue angle of 155.56º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #265C46 is Cyan = 0.59, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.64.

Color convert

RGB389270-
CMYK0.5900.240.64
HSL155.56º41.54%25.49%-
HSV(B)155.56º58.7%36.08%-
XYZ5.738.517.13-
YUV73.35126.11102.79-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19%
GREEN value IS 92 (36.33% from 255) = 46%
BLUE value IS 70 (27.73% from 255) = 35%
R=19%
G=46%
B=35%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3892700.5900.240.64155.5641.5425.49
Hex265C463B018409c2a19
Octal46134106730301002345231
Binary1001101011100100011011101101100010000001001110010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265C46; }

 p { color: rgb(38,92,70); }

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

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

 a { background-color: rgb(38,92,70); }

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

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

 span { border-color: rgb(38,92,70); }

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