#265C43

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

Shades of Green Pea #265C43

Tints of Green Pea #265C43

Color information

#265C43 (or 0x265C43) is unknown color: approx Green Pea. HEX triplet: 26, 5C and 43. RGB value is (38,92,67). Sum of RGB (Red+Green+Blue) = 38+92+67=197 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.29% from 197); Green value is 92 (36.33% from 255 or 46.70% from 197); Blue value is 67 (26.56% from 255 or 34.01% from 197); Max value from RGB is 92 - color contains mainly: green. Hex color #265C43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265C43 is #D9A3BC. Grayscale: #494949. Windows color (decimal): -14263229 or 4414502. OLE color: 4414502.

HSL color Cylindrical-coordinate representation of color #265C43: hue angle of 152.22º 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 #265C43 is Cyan = 0.59, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.64.

Color convert

RGB389267-
CMYK0.5900.270.64
HSL152.22º41.54%25.49%-
HSV(B)152.22º58.7%36.08%-
XYZ5.648.476.65-
YUV73124.61103.03-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.29%
GREEN value IS 92 (36.33% from 255) = 46.70%
BLUE value IS 67 (26.56% from 255) = 34.01%
R=19.29%
G=46.70%
B=34.01%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3892670.5900.270.64152.2241.5425.49
Hex265C433B01B40982a19
Octal46134103730331002305231
Binary1001101011100100001111101101101110000001001100010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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