Html Css Color HEX #1F5E42 Green Pea

📋 copy color: '#1F5E42'

red 31 ◦ green 94 ◦ blue 66

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

Shades of Green Pea #1F5E42

Tints of Green Pea #1F5E42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 34.55%

R = 16.23%
G = 49.21%
B = 34.55%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.30

 K value IS 0.63

RGB Variations

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

Color information

#1F5E42 (or 0x1F5E42) is known color: Green Pea. HEX triplet: 1F, 5E and 42. RGB value is (31,94,66). Sum of RGB (Red+Green+Blue) = 31+94+66=191 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.23% from 191); Green value is 94 (37.11% from 255 or 49.21% from 191); Blue value is 66 (26.17% from 255 or 34.55% from 191); Max value from RGB is 94 - color contains mainly: green. Hex color #1F5E42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5E42 is #E0A1BD. Grayscale: #484848. Windows color (decimal): -14721470 or 4349471. OLE color: 4349471.

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

Color convert

RGB 31 94 66 -
CMYK 0.67 0 0.30 0.63
HSL 153.33º 0.5% 0.25% -
HSV(B) 153.33º 0.67% 0.37% -
XYZ 5.55 8.69 6.54 -
YUV 71.97 124.63 98.78 -
System Red Green Blue C M Y K H S L
Decimal 31 94 66 0.67 0 0.30 0.63 153.33 0.5 0.25
Hex 1F 5E 42 43 0 1E 3F 99 32 19
Octal 37 136 102 103 0 36 77 231 62 31
Binary 11111 1011110 1000010 1000011 0 11110 111111 10011001 110010 11001

Color Harmonies of #1F5E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5E42

Black with #1F5E42

Text Example


Text Example

White with #1F5E42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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