Html Css Color HEX #1F6040 Green Pea

📋 copy color: '#1F6040'

red 31 ◦ green 96 ◦ blue 64

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

Shades of Green Pea #1F6040

Tints of Green Pea #1F6040

RGB

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

 GREEN value IS 96 (37.89% from 255) = 50.26%

 BLUE value IS 64 (25.39% from 255) = 33.51%

R = 16.23%
G = 50.26%
B = 33.51%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#1F6040 (or 0x1F6040) is known color: Green Pea. HEX triplet: 1F, 60 and 40. RGB value is (31,96,64). Sum of RGB (Red+Green+Blue) = 31+96+64=191 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.23% from 191); Green value is 96 (37.89% from 255 or 50.26% from 191); Blue value is 64 (25.39% from 255 or 33.51% from 191); Max value from RGB is 96 - color contains mainly: green. Hex color #1F6040 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F6040 is #E09FBF. Grayscale: #484848. Windows color (decimal): -14720960 or 4218911. OLE color: 4218911.

HSL color Cylindrical-coordinate representation of color #1F6040: hue angle of 150.46º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1F6040 is Cyan = 0.68, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB 31 96 64 -
CMYK 0.68 0 0.33 0.62
HSL 150.46º 0.51% 0.25% -
HSV(B) 150.46º 0.68% 0.38% -
XYZ 5.67 9.03 6.29 -
YUV 72.92 122.97 98.1 -
System Red Green Blue C M Y K H S L
Decimal 31 96 64 0.68 0 0.33 0.62 150.46 0.51 0.25
Hex 1F 60 40 44 0 21 3E 96 33 19
Octal 37 140 100 104 0 41 76 226 63 31
Binary 11111 1100000 1000000 1000100 0 100001 111110 10010110 110011 11001

Color Harmonies of #1F6040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F6040

Black with #1F6040

Text Example


Text Example

White with #1F6040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,96,64); }

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

background-color css

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

 a { background-color: rgb(31,96,64); }

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

border-color css

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

 span { border-color: rgb(31,96,64); }

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