Html Css Color HEX #1F5E3F Green Pea

📋 copy color: '#1F5E3F'

red 31 ◦ green 94 ◦ blue 63

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

Shades of Green Pea #1F5E3F

Tints of Green Pea #1F5E3F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 50%

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

R = 16.49%
G = 50%
B = 33.51%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.33

 K value IS 0.63

RGB Variations

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

Color information

#1F5E3F (or 0x1F5E3F) is known color: Green Pea. HEX triplet: 1F, 5E and 3F. RGB value is (31,94,63). Sum of RGB (Red+Green+Blue) = 31+94+63=188 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.49% from 188); Green value is 94 (37.11% from 255 or 50% from 188); Blue value is 63 (25% from 255 or 33.51% from 188); Max value from RGB is 94 - color contains mainly: green. Hex color #1F5E3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5E3F is #E0A1C0. Grayscale: #474747. Windows color (decimal): -14721473 or 4152863. OLE color: 4152863.

HSL color Cylindrical-coordinate representation of color #1F5E3F: hue angle of 150.48º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1F5E3F is Cyan = 0.67, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.63.

Color convert

RGB 31 94 63 -
CMYK 0.67 0 0.33 0.63
HSL 150.48º 0.5% 0.25% -
HSV(B) 150.48º 0.67% 0.37% -
XYZ 5.46 8.66 6.09 -
YUV 71.63 123.13 99.02 -
System Red Green Blue C M Y K H S L
Decimal 31 94 63 0.67 0 0.33 0.63 150.48 0.5 0.25
Hex 1F 5E 3F 43 0 21 3F 96 32 19
Octal 37 136 77 103 0 41 77 226 62 31
Binary 11111 1011110 111111 1000011 0 100001 111111 10010110 110010 11001

Color Harmonies of #1F5E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5E3F

Black with #1F5E3F

Text Example


Text Example

White with #1F5E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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