Html Css Color HEX #31684B Green Pea

📋 copy color: '#31684B'

red 49 ◦ green 104 ◦ blue 75

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

Shades of Green Pea #31684B

Tints of Green Pea #31684B

RGB

 RED value IS 49 (19.53% from 255) = 21.49%

 GREEN value IS 104 (41.02% from 255) = 45.61%

 BLUE value IS 75 (29.69% from 255) = 32.89%

R = 21.49%
G = 45.61%
B = 32.89%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.28

 K value IS 0.59

RGB Variations

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

Color information

#31684B (or 0x31684B) is known color: Green Pea. HEX triplet: 31, 68 and 4B. RGB value is (49,104,75). Sum of RGB (Red+Green+Blue) = 49+104+75=228 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.49% from 228); Green value is 104 (41.02% from 255 or 45.61% from 228); Blue value is 75 (29.69% from 255 or 32.89% from 228); Max value from RGB is 104 - color contains mainly: green. Hex color #31684B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31684B is #CE97B4. Grayscale: #545454. Windows color (decimal): -13539253 or 4941873. OLE color: 4941873.

HSL color Cylindrical-coordinate representation of color #31684B: hue angle of 148.36º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #31684B is Cyan = 0.53, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB 49 104 75 -
CMYK 0.53 0 0.28 0.59
HSL 148.36º 0.36% 0.3% -
HSV(B) 148.36º 0.53% 0.41% -
XYZ 7.49 11.06 8.4 -
YUV 84.25 122.78 102.86 -
System Red Green Blue C M Y K H S L
Decimal 49 104 75 0.53 0 0.28 0.59 148.36 0.36 0.3
Hex 31 68 4B 35 0 1C 3B 94 24 1E
Octal 61 150 113 65 0 34 73 224 44 36
Binary 110001 1101000 1001011 110101 0 11100 111011 10010100 100100 11110

Color Harmonies of #31684B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31684B

Black with #31684B

Text Example


Text Example

White with #31684B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31684B; }

 p { color: rgb(49,104,75); }

 H1.HeaderClassName
 {
   color: #31684B;
 }
 .AnyTagClassName
 {
   color: #31684B;
 }
</style>

background-color css

<style>
 a { background-color: #31684B; }

 a { background-color: rgb(49,104,75); }

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

border-color css

<style>
 span { border-color: #31684B; }

 span { border-color: rgb(49,104,75); }

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