Html Css Color HEX #1F5C26 Parsley

📋 copy color: '#1F5C26'

red 31 ◦ green 92 ◦ blue 38

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

Shades of Parsley #1F5C26

Tints of Parsley #1F5C26

RGB

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

 GREEN value IS 92 (36.33% from 255) = 57.14%

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

R = 19.25%
G = 57.14%
B = 23.6%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.59

 K value IS 0.64

RGB Variations

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

Color information

#1F5C26 (or 0x1F5C26) is known color: Parsley. HEX triplet: 1F, 5C and 26. RGB value is (31,92,38). Sum of RGB (Red+Green+Blue) = 31+92+38=161 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.25% from 161); Green value is 92 (36.33% from 255 or 57.14% from 161); Blue value is 38 (15.23% from 255 or 23.60% from 161); Max value from RGB is 92 - color contains mainly: green. Hex color #1F5C26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5C26 is #E0A3D9. Grayscale: #434343. Windows color (decimal): -14722010 or 2513951. OLE color: 2513951.

HSL color Cylindrical-coordinate representation of color #1F5C26: hue angle of 126.89º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1F5C26 is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.64.

Color convert

RGB 31 92 38 -
CMYK 0.66 0 0.59 0.64
HSL 126.89º 0.5% 0.24% -
HSV(B) 126.89º 0.66% 0.36% -
XYZ 4.74 8.09 3.14 -
YUV 67.61 111.29 101.89 -
System Red Green Blue C M Y K H S L
Decimal 31 92 38 0.66 0 0.59 0.64 126.89 0.5 0.24
Hex 1F 5C 26 42 0 3B 40 7F 32 18
Octal 37 134 46 102 0 73 100 177 62 30
Binary 11111 1011100 100110 1000010 0 111011 1000000 1111111 110010 11000

Color Harmonies of #1F5C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5C26

Black with #1F5C26

Text Example


Text Example

White with #1F5C26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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