#265C3D

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

Shades of Green Pea #265C3D

Tints of Green Pea #265C3D

Color information

#265C3D (or 0x265C3D) is unknown color: approx Green Pea. HEX triplet: 26, 5C and 3D. RGB value is (38,92,61). Sum of RGB (Red+Green+Blue) = 38+92+61=191 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.90% from 191); Green value is 92 (36.33% from 255 or 48.17% from 191); Blue value is 61 (24.22% from 255 or 31.94% from 191); Max value from RGB is 92 - color contains mainly: green. Hex color #265C3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265C3D is #D9A3C2. Grayscale: #484848. Windows color (decimal): -14263235 or 4021286. OLE color: 4021286.

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

Color convert

RGB389261-
CMYK0.5900.340.64
HSL145.56º41.54%25.49%-
HSV(B)145.56º58.7%36.08%-
XYZ5.478.45.75-
YUV72.32121.61103.52-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.90%
GREEN value IS 92 (36.33% from 255) = 48.17%
BLUE value IS 61 (24.22% from 255) = 31.94%
R=19.90%
G=48.17%
B=31.94%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3892610.5900.340.64145.5641.5425.49
Hex265C3D3B02240922a19
Octal4613475730421002225231
Binary1001101011100111101111011010001010000001001001010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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