#265F3F

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

Shades of Green Pea #265F3F

Tints of Green Pea #265F3F

Color information

#265F3F (or 0x265F3F) is unknown color: approx Green Pea. HEX triplet: 26, 5F and 3F. RGB value is (38,95,63). Sum of RGB (Red+Green+Blue) = 38+95+63=196 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.39% from 196); Green value is 95 (37.5% from 255 or 48.47% from 196); Blue value is 63 (25% from 255 or 32.14% from 196); Max value from RGB is 95 - color contains mainly: green. Hex color #265F3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265F3F is #D9A0C0. Grayscale: #4A4A4A. Windows color (decimal): -14262465 or 4153126. OLE color: 4153126.

HSL color Cylindrical-coordinate representation of color #265F3F: hue angle of 146.32º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #265F3F is Cyan = 0.60, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.63.

Color convert

RGB389563-
CMYK0.6000.340.63
HSL146.32º42.86%26.08%-
HSV(B)146.32º60%37.25%-
XYZ5.798.966.13-
YUV74.31121.62102.1-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.39%
GREEN value IS 95 (37.5% from 255) = 48.47%
BLUE value IS 63 (25% from 255) = 32.14%
R=19.39%
G=48.47%
B=32.14%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3895630.6000.340.63146.3242.8626.08
Hex265F3F3C0223F922b1a
Octal461377774042772225332
Binary100110101111111111111110001000101111111001001010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,95,63); }

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

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

 a { background-color: rgb(38,95,63); }

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

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

 span { border-color: rgb(38,95,63); }

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