Html Css Color HEX #265D31 Parsley

📋 copy color: '#265D31'

red 38 ◦ green 93 ◦ blue 49

#265D31
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Parsley #265D31

Tints of Parsley #265D31

RGB

 RED value IS 38 (15.23% from 255) = 21.11%

 GREEN value IS 93 (36.72% from 255) = 51.67%

 BLUE value IS 49 (19.53% from 255) = 27.22%

R = 21.11%
G = 51.67%
B = 27.22%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.47

 K value IS 0.64

RGB Variations

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

Color information

#265D31 (or 0x265D31) is known color: Parsley. HEX triplet: 26, 5D and 31. RGB value is (38,93,49). Sum of RGB (Red+Green+Blue) = 38+93+49=180 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.11% from 180); Green value is 93 (36.72% from 255 or 51.67% from 180); Blue value is 49 (19.53% from 255 or 27.22% from 180); Max value from RGB is 93 - color contains mainly: green. Hex color #265D31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265D31 is #D9A2CE. Grayscale: #474747. Windows color (decimal): -14262991 or 3235110. OLE color: 3235110.

HSL color Cylindrical-coordinate representation of color #265D31: hue angle of 132º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #265D31 is Cyan = 0.59, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.64.

Color convert

RGB 38 93 49 -
CMYK 0.59 0 0.47 0.64
HSL 132º 0.42% 0.26% -
HSV(B) 132º 0.59% 0.36% -
XYZ 5.27 8.46 4.26 -
YUV 71.54 115.28 104.08 -
System Red Green Blue C M Y K H S L
Decimal 38 93 49 0.59 0 0.47 0.64 132 0.42 0.26
Hex 26 5D 31 3B 0 2F 40 84 2A 1A
Octal 46 135 61 73 0 57 100 204 52 32
Binary 100110 1011101 110001 111011 0 101111 1000000 10000100 101010 11010

Color Harmonies of #265D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265D31

Black with #265D31

Text Example


Text Example

White with #265D31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,93,49); }

 H1.HeaderClassName
 {
   color: #265D31;
 }
 .AnyTagClassName
 {
   color: #265D31;
 }
</style>

background-color css

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

 a { background-color: rgb(38,93,49); }

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

border-color css

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

 span { border-color: rgb(38,93,49); }

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