#265C2A

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

Shades of Parsley #265C2A

Tints of Parsley #265C2A

Color information

#265C2A (or 0x265C2A) is unknown color: approx Parsley. HEX triplet: 26, 5C and 2A. RGB value is (38,92,42). Sum of RGB (Red+Green+Blue) = 38+92+42=172 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.09% from 172); Green value is 92 (36.33% from 255 or 53.49% from 172); Blue value is 42 (16.80% from 255 or 24.42% from 172); Max value from RGB is 92 - color contains mainly: green. Hex color #265C2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265C2A is #D9A3D5. Grayscale: #464646. Windows color (decimal): -14263254 or 2776102. OLE color: 2776102.

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

Color convert

RGB389242-
CMYK0.5900.540.64
HSL124.44º41.54%25.49%-
HSV(B)124.44º58.7%36.08%-
XYZ5.048.233.51-
YUV70.15112.11105.07-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.09%
GREEN value IS 92 (36.33% from 255) = 53.49%
BLUE value IS 42 (16.80% from 255) = 24.42%
R=22.09%
G=53.49%
B=24.42%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3892420.5900.540.64124.4441.5425.49
Hex265C2A3B036407c2a19
Octal4613452730661001745231
Binary100110101110010101011101101101101000000111110010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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