Html Css Color HEX #1F5526 Parsley

📋 copy color: '#1F5526'

red 31 ◦ green 85 ◦ blue 38

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

Shades of Parsley #1F5526

Tints of Parsley #1F5526

RGB

 RED value IS 31 (12.5% from 255) = 20.13%

 GREEN value IS 85 (33.59% from 255) = 55.19%

 BLUE value IS 38 (15.23% from 255) = 24.68%

R = 20.13%
G = 55.19%
B = 24.68%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#1F5526 (or 0x1F5526) is known color: Parsley. HEX triplet: 1F, 55 and 26. RGB value is (31,85,38). Sum of RGB (Red+Green+Blue) = 31+85+38=154 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20.13% from 154); Green value is 85 (33.59% from 255 or 55.19% from 154); Blue value is 38 (15.23% from 255 or 24.68% from 154); Max value from RGB is 85 - color contains mainly: green. Hex color #1F5526 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5526 is #E0AAD9. Grayscale: #3F3F3F. Windows color (decimal): -14723802 or 2512159. OLE color: 2512159.

HSL color Cylindrical-coordinate representation of color #1F5526: hue angle of 127.78º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1F5526 is Cyan = 0.64, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB 31 85 38 -
CMYK 0.64 0 0.55 0.67
HSL 127.78º 0.47% 0.23% -
HSV(B) 127.78º 0.64% 0.33% -
XYZ 4.16 6.93 2.95 -
YUV 63.5 113.61 104.82 -
System Red Green Blue C M Y K H S L
Decimal 31 85 38 0.64 0 0.55 0.67 127.78 0.47 0.23
Hex 1F 55 26 40 0 37 43 80 2F 17
Octal 37 125 46 100 0 67 103 200 57 27
Binary 11111 1010101 100110 1000000 0 110111 1000011 10000000 101111 10111

Color Harmonies of #1F5526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5526

Black with #1F5526

Text Example


Text Example

White with #1F5526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F5526; }

 p { color: rgb(31,85,38); }

 H1.HeaderClassName
 {
   color: #1F5526;
 }
 .AnyTagClassName
 {
   color: #1F5526;
 }
</style>

background-color css

<style>
 a { background-color: #1F5526; }

 a { background-color: rgb(31,85,38); }

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

border-color css

<style>
 span { border-color: #1F5526; }

 span { border-color: rgb(31,85,38); }

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