Html Css Color HEX #265A29 Parsley

📋 copy color: '#265A29'

red 38 ◦ green 90 ◦ blue 41

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

Shades of Parsley #265A29

Tints of Parsley #265A29

RGB

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

 GREEN value IS 90 (35.55% from 255) = 53.25%

 BLUE value IS 41 (16.41% from 255) = 24.26%

R = 22.49%
G = 53.25%
B = 24.26%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.54

 K value IS 0.65

RGB Variations

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

Color information

#265A29 (or 0x265A29) is known color: Parsley. HEX triplet: 26, 5A and 29. RGB value is (38,90,41). Sum of RGB (Red+Green+Blue) = 38+90+41=169 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.49% from 169); Green value is 90 (35.55% from 255 or 53.25% from 169); Blue value is 41 (16.41% from 255 or 24.26% from 169); Max value from RGB is 90 - color contains mainly: green. Hex color #265A29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265A29 is #D9A5D6. Grayscale: #454545. Windows color (decimal): -14263767 or 2710054. OLE color: 2710054.

HSL color Cylindrical-coordinate representation of color #265A29: hue angle of 123.46º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #265A29 is Cyan = 0.58, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.65.

Color convert

RGB 38 90 41 -
CMYK 0.58 0 0.54 0.65
HSL 123.46º 0.41% 0.25% -
HSV(B) 123.46º 0.58% 0.35% -
XYZ 4.86 7.88 3.36 -
YUV 68.87 112.27 105.98 -
System Red Green Blue C M Y K H S L
Decimal 38 90 41 0.58 0 0.54 0.65 123.46 0.41 0.25
Hex 26 5A 29 3A 0 36 41 7B 29 19
Octal 46 132 51 72 0 66 101 173 51 31
Binary 100110 1011010 101001 111010 0 110110 1000001 1111011 101001 11001

Color Harmonies of #265A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265A29

Black with #265A29

Text Example


Text Example

White with #265A29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,90,41); }

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

background-color css

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

 a { background-color: rgb(38,90,41); }

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

border-color css

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

 span { border-color: rgb(38,90,41); }

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