#265C41

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

Shades of Green Pea #265C41

Tints of Green Pea #265C41

Color information

#265C41 (or 0x265C41) is unknown color: approx Green Pea. HEX triplet: 26, 5C and 41. RGB value is (38,92,65). Sum of RGB (Red+Green+Blue) = 38+92+65=195 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.49% from 195); Green value is 92 (36.33% from 255 or 47.18% from 195); Blue value is 65 (25.78% from 255 or 33.33% from 195); Max value from RGB is 92 - color contains mainly: green. Hex color #265C41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265C41 is #D9A3BE. Grayscale: #484848. Windows color (decimal): -14263231 or 4283430. OLE color: 4283430.

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

Color convert

RGB389265-
CMYK0.5900.290.64
HSL150º41.54%25.49%-
HSV(B)150º58.7%36.08%-
XYZ5.588.456.34-
YUV72.78123.61103.2-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.49%
GREEN value IS 92 (36.33% from 255) = 47.18%
BLUE value IS 65 (25.78% from 255) = 33.33%
R=19.49%
G=47.18%
B=33.33%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3892650.5900.290.6415041.5425.49
Hex265C413B01D40962a19
Octal46134101730351002265231
Binary1001101011100100000111101101110110000001001011010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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