Html Css Color HEX #1F5D25 Parsley

📋 copy color: '#1F5D25'

red 31 ◦ green 93 ◦ blue 37

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

Shades of Parsley #1F5D25

Tints of Parsley #1F5D25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 22.98%

R = 19.25%
G = 57.76%
B = 22.98%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.60

 K value IS 0.64

RGB Variations

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

Color information

#1F5D25 (or 0x1F5D25) is known color: Parsley. HEX triplet: 1F, 5D and 25. RGB value is (31,93,37). Sum of RGB (Red+Green+Blue) = 31+93+37=161 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.25% from 161); Green value is 93 (36.72% from 255 or 57.76% from 161); Blue value is 37 (14.84% from 255 or 22.98% from 161); Max value from RGB is 93 - color contains mainly: green. Hex color #1F5D25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5D25 is #E0A2DA. Grayscale: #444444. Windows color (decimal): -14721755 or 2448671. OLE color: 2448671.

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

Color convert

RGB 31 93 37 -
CMYK 0.67 0 0.60 0.64
HSL 125.81º 0.5% 0.24% -
HSV(B) 125.81º 0.67% 0.36% -
XYZ 4.81 8.25 3.09 -
YUV 68.08 110.46 101.55 -
System Red Green Blue C M Y K H S L
Decimal 31 93 37 0.67 0 0.60 0.64 125.81 0.5 0.24
Hex 1F 5D 25 43 0 3C 40 7E 32 18
Octal 37 135 45 103 0 74 100 176 62 30
Binary 11111 1011101 100101 1000011 0 111100 1000000 1111110 110010 11000

Color Harmonies of #1F5D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5D25

Black with #1F5D25

Text Example


Text Example

White with #1F5D25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,93,37); }

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

background-color css

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

 a { background-color: rgb(31,93,37); }

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

border-color css

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

 span { border-color: rgb(31,93,37); }

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