Html Css Color HEX #1F5D3F Green Pea

📋 copy color: '#1F5D3F'

red 31 ◦ green 93 ◦ blue 63

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

Shades of Green Pea #1F5D3F

Tints of Green Pea #1F5D3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 33.69%

R = 16.58%
G = 49.73%
B = 33.69%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.32

 K value IS 0.64

RGB Variations

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

Color information

#1F5D3F (or 0x1F5D3F) is known color: Green Pea. HEX triplet: 1F, 5D and 3F. RGB value is (31,93,63). Sum of RGB (Red+Green+Blue) = 31+93+63=187 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.58% from 187); Green value is 93 (36.72% from 255 or 49.73% from 187); Blue value is 63 (25% from 255 or 33.69% from 187); Max value from RGB is 93 - color contains mainly: green. Hex color #1F5D3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5D3F is #E0A2C0. Grayscale: #474747. Windows color (decimal): -14721729 or 4152607. OLE color: 4152607.

HSL color Cylindrical-coordinate representation of color #1F5D3F: hue angle of 150.97º 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 #1F5D3F is Cyan = 0.67, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.64.

Color convert

RGB 31 93 63 -
CMYK 0.67 0 0.32 0.64
HSL 150.97º 0.5% 0.24% -
HSV(B) 150.97º 0.67% 0.36% -
XYZ 5.38 8.48 6.06 -
YUV 71.04 123.46 99.44 -
System Red Green Blue C M Y K H S L
Decimal 31 93 63 0.67 0 0.32 0.64 150.97 0.5 0.24
Hex 1F 5D 3F 43 0 20 40 97 32 18
Octal 37 135 77 103 0 40 100 227 62 30
Binary 11111 1011101 111111 1000011 0 100000 1000000 10010111 110010 11000

Color Harmonies of #1F5D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5D3F

Black with #1F5D3F

Text Example


Text Example

White with #1F5D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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