Html Css Color HEX #26502A Parsley

📋 copy color: '#26502A'

red 38 ◦ green 80 ◦ blue 42

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

Shades of Parsley #26502A

Tints of Parsley #26502A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 50%

 BLUE value IS 42 (16.8% from 255) = 26.25%

R = 23.75%
G = 50%
B = 26.25%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.48

 K value IS 0.69

RGB Variations

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

Color information

#26502A (or 0x26502A) is known color: Parsley. HEX triplet: 26, 50 and 2A. RGB value is (38,80,42). Sum of RGB (Red+Green+Blue) = 38+80+42=160 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.75% from 160); Green value is 80 (31.64% from 255 or 50% from 160); Blue value is 42 (16.80% from 255 or 26.25% from 160); Max value from RGB is 80 - color contains mainly: green. Hex color #26502A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26502A is #D9AFD5. Grayscale: #3F3F3F. Windows color (decimal): -14266326 or 2773030. OLE color: 2773030.

HSL color Cylindrical-coordinate representation of color #26502A: hue angle of 125.71º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #26502A is Cyan = 0.52, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.69.

Color convert

RGB 38 80 42 -
CMYK 0.52 0 0.48 0.69
HSL 125.71º 0.36% 0.23% -
HSV(B) 125.71º 0.53% 0.31% -
XYZ 4.09 6.32 3.19 -
YUV 63.11 116.09 110.09 -
System Red Green Blue C M Y K H S L
Decimal 38 80 42 0.52 0 0.48 0.69 125.71 0.36 0.23
Hex 26 50 2A 34 0 30 45 7E 24 17
Octal 46 120 52 64 0 60 105 176 44 27
Binary 100110 1010000 101010 110100 0 110000 1000101 1111110 100100 10111

Color Harmonies of #26502A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26502A

Black with #26502A

Text Example


Text Example

White with #26502A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26502A; }

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

 H1.HeaderClassName
 {
   color: #26502A;
 }
 .AnyTagClassName
 {
   color: #26502A;
 }
</style>

background-color css

<style>
 a { background-color: #26502A; }

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

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

border-color css

<style>
 span { border-color: #26502A; }

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

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